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