1 write to _taggerEventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
105
_taggerEventSource
= TaggerEventSources.Compose(
4 references to _taggerEventSource
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (4)
112
_taggerEventSource
.Connect();
114
_taggerEventSource
.Changed += OnEventSourceChanged;
175
_taggerEventSource
.Changed -= OnEventSourceChanged;
176
_taggerEventSource
.Disconnect();