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