The [RequireUsing] attribute now works with ref structs
When using ref structs, the [RequireUsing] attribute will now work properly and not emit a warning that it's assigned to an incorrect method/type
Before, when having a ref struct with Dispose (which is usable in a using statement) would have complained that it does not support IDisposable.