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