5 references to DocumentCompilerSyntax
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
98new(PullDiagnosticCategories.DocumentCompilerSyntax),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
81PullDiagnosticCategories.DocumentCompilerSyntax => DiagnosticKind.CompilerSyntax,
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
25public const string DocumentCompilerSyntax = nameof(DocumentCompilerSyntax);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
88testLspServer, document.GetURI(), useVSDiagnostics: true, category: PullDiagnosticCategories.DocumentCompilerSyntax); 97testLspServer, document.GetURI(), useVSDiagnostics: true, previousResultId: syntaxResults.Single().ResultId, category: PullDiagnosticCategories.DocumentCompilerSyntax);