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