Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
5 references to Dispose
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (1)
195threadLocalPatternMatchHelper.Dispose();
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
679_stats?.Dispose();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
221localThis.m_threadProcessingMode.Dispose();
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
21/// With the exception of <see cref="Dispose()"/>, all public and protected members of 162/// A Boolean value that indicates whether this method is being called due to a call to <see cref="Dispose()"/>.