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)
340await _postBuildAndErrorListRefreshTaskQueue.LastScheduledTask.ConfigureAwait(false); 377return diagnosticService.SynchronizeWithBuildAsync(_workspace, pendingLiveErrorsToSync, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: true, cancellationToken); 494return diagnosticAnalyzerService.SynchronizeWithBuildAsync(_workspace, map, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: false, cancellationToken);