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