1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
58
_workspace
= workspace;
7 references to _workspace
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ProjectExternalErrorReporter.cs (7)
46
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache =>
_workspace
.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache;
61
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
88
var project =
_workspace
.CurrentSolution.GetProject(_projectId);
105
_workspace
,
133
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
181
_workspace
,
242
_workspace
,