1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
73_workspace = workspace;
3 references to _workspace
Microsoft.VisualStudio.LanguageServices (3)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
96_workspace.Services.GetRequiredService<ICodeAnalysisDiagnosticAnalyzerService>().Clear(); 111public DiagnosticAnalyzerInfoCache AnalyzerInfoCache => this._workspace.Services.GetRequiredService<IDiagnosticAnalyzerService>().AnalyzerInfoCache; 322_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution);