6 references to DocumentAnalyzerSyntax
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptInProcLanguageClient.cs (1)
66
new(PullDiagnosticCategories.
DocumentAnalyzerSyntax
),
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
53
DiagnosticKind.AnalyzerSyntax, PullDiagnosticCategories.
DocumentAnalyzerSyntax
)
Handler\Diagnostics\PullDiagnosticCategories.cs (1)
36
public const string DocumentAnalyzerSyntax = nameof(
DocumentAnalyzerSyntax
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\DiagnosticRegistrationTests.cs (1)
68
PullDiagnosticCategories.
DocumentAnalyzerSyntax
,
Diagnostics\PullDiagnosticTests.cs (2)
105
testLspServer, document.GetURI(), useVSDiagnostics, category: PullDiagnosticCategories.
DocumentAnalyzerSyntax
);
114
testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: syntaxAnalyzerResults.Single().ResultId, category: PullDiagnosticCategories.
DocumentAnalyzerSyntax
);