4 references to _workspace
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ProjectExternalErrorReporter.cs (4)
45
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider =>
_workspace
.ExternalErrorDiagnosticUpdateSource;
63
var solution =
_workspace
.CurrentSolution;
126
return
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(filePath)
252
var solution =
_workspace
.CurrentSolution;