1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
71
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
92
_workspace
.Services.GetRequiredService<ICodeAnalysisDiagnosticAnalyzerService>().Clear();
320
_stateDoNotAccessDirectly ??= new InProgressState(
_workspace
.CurrentSolution);