5 references to DocumentCompilerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
99
new(PullDiagnosticCategories.
DocumentCompilerSemantic
),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
82
PullDiagnosticCategories.
DocumentCompilerSemantic
=> DiagnosticKind.CompilerSemantic,
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
26
public const string DocumentCompilerSemantic = nameof(
DocumentCompilerSemantic
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
91
testLspServer, document.GetURI(), useVSDiagnostics: true, category: PullDiagnosticCategories.
DocumentCompilerSemantic
);
99
testLspServer, document.GetURI(), useVSDiagnostics: true, previousResultId: semanticResults.Single().ResultId, category: PullDiagnosticCategories.
DocumentCompilerSemantic
);