3 references to DocumentAnalyzerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
101
new(PullDiagnosticCategories.
DocumentAnalyzerSemantic
),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
84
PullDiagnosticCategories.
DocumentAnalyzerSemantic
=> DiagnosticKind.AnalyzerSemantic,
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
28
public const string DocumentAnalyzerSemantic = nameof(
DocumentAnalyzerSemantic
);