6 references to SupportsDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (1)
227return project.GetTextDocument(entry.documentId)?.SupportsDiagnostics() != false;
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (1)
478if (_project.GetDocument(documentId)?.SupportsDiagnostics() == false)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
37if (!document.SupportsDiagnostics())
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticAnalysisResult.cs (1)
340Debug.Assert(textDocument?.SupportsDiagnostics() == true);
Diagnostics\DiagnosticAnalysisResultBuilder.cs (1)
112if (document is null || !document.SupportsDiagnostics())
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
235Assert.False(document.SupportsDiagnostics())