6 references to DocumentAnalyzerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptInProcLanguageClient.cs (1)
67
new(PullDiagnosticCategories.
DocumentAnalyzerSemantic
),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
62
DiagnosticKind.AnalyzerSemantic, PullDiagnosticCategories.
DocumentAnalyzerSemantic
)
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
37
public const string DocumentAnalyzerSemantic = nameof(
DocumentAnalyzerSemantic
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\DiagnosticRegistrationTests.cs (1)
69
PullDiagnosticCategories.
DocumentAnalyzerSemantic
,
Diagnostics\PullDiagnosticTests.cs (2)
108
testLspServer, document.GetURI(), useVSDiagnostics, category: PullDiagnosticCategories.
DocumentAnalyzerSemantic
);
116
testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: semanticAnalyzerResults.Single().ResultId, category: PullDiagnosticCategories.
DocumentAnalyzerSemantic
);