You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't use fslib special syntax for it to have separate implementation, since the type is not in the netstandard.
Two other ways for having its implementation separated for Lock and other types are
Make it a compiler intrinsic, which is probably a "no" for us.
Check the type in runtime, which might impact performance, since we'll have to use reflection for it, as well as might be a breaking change for some of the customers.