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();