1 write to _workspace
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
76_workspace = workspace;
9 references to _workspace
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (9)
92Debug.Assert(textDocument.Project.Solution.Workspace == _workspace); 95if (!_workspace.IsDocumentOpen(textDocument.Id)) 105Debug.Assert(document.Project.Solution.Workspace == _workspace); 117if (!_workspace.IsDocumentOpen(document.Id)) 121if (_workspace.Kind is WorkspaceKind.MiscellaneousFiles or WorkspaceKind.CloudEnvironmentClientWorkspace) 133DiagnosticsUpdatedArgs.DiagnosticsCreated(new DefaultUpdateArgsId(_workspace.Kind, kind, document.Id), 134_workspace, document.Project.Solution, document.Project.Id, document.Id, diagnosticData)); 224new DefaultUpdateArgsId(_workspace.Kind, kind, documentId), _workspace, null, documentId.ProjectId, documentId));