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