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)
47
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache =>
_workspace
.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache;
61
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
89
var project =
_workspace
.CurrentSolution.GetProject(_projectId);
107
_workspace
,
135
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
183
_workspace
,
244
_workspace
,