Implemented interface member:
2 overrides of Dispose
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (1)
33public override void Dispose()
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (1)
35public override void Dispose()
2 references to Dispose
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AggregateTagger.cs (1)
28tagger.Dispose();
Tagging\AsynchronousViewportTaggerProvider.cs (1)
122tagger.Dispose();