4 references to _workspace
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ProjectExternalErrorReporter.cs (4)
46
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
64
var solution =
_workspace
.CurrentSolution;
127
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
247
var solution =
_workspace
.CurrentSolution;