3 references to Dispose
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
106
/// Cancellation token governing all our async work. Canceled/disposed when we are <see cref="
Dispose
"/>'d.
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (2)
57
this.
Dispose
();
64
=>
Dispose
();