1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
56
_workspace
= workspace;
7 references to _workspace
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ProjectExternalErrorReporter.cs (7)
44
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache =>
_workspace
.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache;
59
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
86
var project =
_workspace
.CurrentSolution.GetProject(_projectId);
103
_workspace
,
131
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
179
_workspace
,
240
_workspace
,