1 write to _postBuildAndErrorListRefreshTaskQueue
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
99
_postBuildAndErrorListRefreshTaskQueue
= new TaskQueue(listener, TaskScheduler.Default);
3 references to _postBuildAndErrorListRefreshTaskQueue
Microsoft.VisualStudio.LanguageServices (3)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
340
await
_postBuildAndErrorListRefreshTaskQueue
.LastScheduledTask.ConfigureAwait(false);
377
return diagnosticService.SynchronizeWithBuildAsync(_workspace, pendingLiveErrorsToSync,
_postBuildAndErrorListRefreshTaskQueue
, onBuildCompleted: true, cancellationToken);
494
return diagnosticAnalyzerService.SynchronizeWithBuildAsync(_workspace, map,
_postBuildAndErrorListRefreshTaskQueue
, onBuildCompleted: false, cancellationToken);