5 references to DocumentCompilerSemantic
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
44DiagnosticKind.CompilerSemantic, PullDiagnosticCategories.DocumentCompilerSemantic)
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
35public const string DocumentCompilerSemantic = nameof(DocumentCompilerSemantic);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\DiagnosticRegistrationTests.cs (1)
67PullDiagnosticCategories.DocumentCompilerSemantic,
Diagnostics\PullDiagnosticTests.cs (2)
91testLspServer, document.GetURI(), useVSDiagnostics, category: PullDiagnosticCategories.DocumentCompilerSemantic); 99testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: semanticResults.Single().ResultId, category: PullDiagnosticCategories.DocumentCompilerSemantic);