4 references to AnalyzerSyntax
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.cs (1)
44
CreateDiagnosticsTaggerProvider(DiagnosticKind.
AnalyzerSyntax
),
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
181
[DiagnosticKind.CompilerSyntax, DiagnosticKind.CompilerSemantic, DiagnosticKind.
AnalyzerSyntax
, DiagnosticKind.AnalyzerSemantic],
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
117
: diagnosticKind == DiagnosticKind.
AnalyzerSyntax
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
53
DiagnosticKind.
AnalyzerSyntax
, PullDiagnosticCategories.DocumentAnalyzerSyntax)