1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
102
_workspace
= workspace;
10 references to _workspace
Microsoft.VisualStudio.LanguageServices (10)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (10)
103
_workspace
.WorkspaceChanged += OnWorkspaceChanged;
106
_buildOnlyDiagnosticsService =
_workspace
.Services.GetRequiredService<IBuildOnlyDiagnosticsService>();
183
await ClearErrorsCoreAsync(projectId,
_workspace
.CurrentSolution, state).ConfigureAwait(false);
322
var registrationService = (SolutionCrawlerRegistrationService)
_workspace
.Services.GetRequiredService<ISolutionCrawlerRegistrationService>();
323
registrationService.EnsureRegistration(
_workspace
, initializeLazily: false);
377
return diagnosticService.SynchronizeWithBuildAsync(
_workspace
, pendingLiveErrorsToSync, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: true, cancellationToken);
494
return diagnosticAnalyzerService.SynchronizeWithBuildAsync(
_workspace
, map, _postBuildAndErrorListRefreshTaskQueue, onBuildCompleted: false, cancellationToken);
531
_stateDoNotAccessDirectly = new InProgressState(this,
_workspace
.CurrentSolution, _activeCancellationSeriesDoNotAccessDirectly.CreateNext(_disposalToken));
543
CreateArgumentKey(id),
_workspace
, solution, projectId, documentId, items));
550
CreateArgumentKey(id),
_workspace
, solution, projectId, documentId));