3 references to DocumentAnalyzerSyntax
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
100new(PullDiagnosticCategories.DocumentAnalyzerSyntax),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
83PullDiagnosticCategories.DocumentAnalyzerSyntax => DiagnosticKind.AnalyzerSemantic,
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
27public const string DocumentAnalyzerSyntax = nameof(DocumentAnalyzerSyntax);