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