1 write to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
55
_eventSource
= new CompilationAvailableTaggerEventSource(
4 references to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (4)
61
_eventSource
.Changed += OnEventSourceChanged;
62
_eventSource
.Connect();
72
_eventSource
.Changed -= OnEventSourceChanged;
73
_eventSource
.Disconnect();