Implemented interface member:
4 overrides of Dispose
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (1)
33public override void Dispose()
InlineHints\InlineHintsTagger.cs (1)
69public override void Dispose()
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (1)
35public override void Dispose()
Tagging\AggregateTagger.cs (1)
25public override void Dispose()
8 references to Dispose
Microsoft.CodeAnalysis.EditorFeatures (8)
Classification\TotalClassificationTaggerProvider.cs (3)
57syntacticTagger?.Dispose(); 58semanticTagger?.Dispose(); 59embeddedTagger?.Dispose();
InlineHints\InlineHintsTagger.cs (1)
74_underlyingTagger.Dispose();
Tagging\AggregateTagger.cs (1)
28tagger.Dispose();
Tagging\AsynchronousTaggerProvider.cs (1)
34tagger.Dispose();
Tagging\AsynchronousViewportTaggerProvider.cs (1)
122tagger.Dispose();
Tagging\AsynchronousViewTaggerProvider.cs (1)
47tagger.Dispose();