3 references to SynchronizeWithBuildAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
397
await service.
SynchronizeWithBuildAsync
(
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
377
return diagnosticService.
SynchronizeWithBuildAsync
(_workspace, pendingLiveErrorsToSync, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: true, cancellationToken);
494
return diagnosticAnalyzerService.
SynchronizeWithBuildAsync
(_workspace, map, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: false, cancellationToken);