1 write to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
48_eventSource = TaggerEventSources.Compose(
4 references to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (4)
52_eventSource.Changed += OnEventSourceChanged; 53_eventSource.Connect(); 63_eventSource.Changed -= OnEventSourceChanged; 64_eventSource.Disconnect();