1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
50
_workspace
= workspace;
7 references to _workspace
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ProjectExternalErrorReporter.cs (7)
42
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache =>
_workspace
.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache;
53
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
80
var project =
_workspace
.CurrentSolution.GetRequiredProject(_projectId);
97
_workspace
,
125
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
173
_workspace
,
234
_workspace
,