1 write to _eventQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticService.cs (1)
51
_eventQueue
= new TaskQueue(listenerProvider.GetListener(FeatureAttribute.DiagnosticService), TaskScheduler.Default);
2 references to _eventQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DiagnosticService.cs (2)
75
_eventQueue
.ScheduleTask(DiagnosticsUpdatedEventName, () =>
91
_eventQueue
.ScheduleTask(DiagnosticsUpdatedEventName, () =>