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