5 references to DocumentCompilerSemantic
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
44
DiagnosticKind.CompilerSemantic, PullDiagnosticCategories.
DocumentCompilerSemantic
)
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
35
public const string DocumentCompilerSemantic = nameof(
DocumentCompilerSemantic
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\DiagnosticRegistrationTests.cs (1)
67
PullDiagnosticCategories.
DocumentCompilerSemantic
,
Diagnostics\PullDiagnosticTests.cs (2)
91
testLspServer, document.GetURI(), useVSDiagnostics, category: PullDiagnosticCategories.
DocumentCompilerSemantic
);
99
testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: semanticResults.Single().ResultId, category: PullDiagnosticCategories.
DocumentCompilerSemantic
);