5 references to DocumentCompilerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
99new(PullDiagnosticCategories.DocumentCompilerSemantic),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
82PullDiagnosticCategories.DocumentCompilerSemantic => DiagnosticKind.CompilerSemantic,
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
26public const string DocumentCompilerSemantic = nameof(DocumentCompilerSemantic);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
91testLspServer, document.GetURI(), useVSDiagnostics: true, category: PullDiagnosticCategories.DocumentCompilerSemantic); 99testLspServer, document.GetURI(), useVSDiagnostics: true, previousResultId: semanticResults.Single().ResultId, category: PullDiagnosticCategories.DocumentCompilerSemantic);