Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
2 references to Dispose
System.Private.CoreLib (2)
src\System\Runtime\DependentHandle.cs (2)
23/// <see cref="Dispose"/> is not called concurrently with other APIs. Not doing so results in undefined behavior. 27/// properties are instead thread-safe, and safe to use if <see cref="Dispose"/> is not concurrently invoked as well.