1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
72
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
90
public DiagnosticAnalyzerInfoCache AnalyzerInfoCache => this.
_workspace
.Services.GetRequiredService<IDiagnosticAnalyzerService>().AnalyzerInfoCache;
301
_stateDoNotAccessDirectly = new InProgressState(this,
_workspace
.CurrentSolution);