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