1 write to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\CompilationAvailableTaggerEventSource.cs (1)
51
_eventSource
= new CompilationAvailableEventSource(asyncListener);
2 references to _eventSource
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\CompilationAvailableTaggerEventSource.cs (2)
69
_eventSource
.Dispose();
87
_eventSource
.EnsureCompilationAvailability(document.Project, _onCompilationAvailable);