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