Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
3 references to Dispose
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
842
entries[entriesIndex].depHnd.
Dispose
();
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.