6 references to AnalyzerSyntax
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
44
CreateDiagnosticsTaggerProvider(DiagnosticKind.
AnalyzerSyntax
),
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticsSquiggleTaggerProviderTests.cs (2)
129
[InlineData(DiagnosticKind.
AnalyzerSyntax
)]
173
[InlineData(DiagnosticKind.
AnalyzerSyntax
)]
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
2389
If all OrElse diagnosticKind = DiagnosticKind.
AnalyzerSyntax
Then
2455
diagnostics = Await diagnosticService.GetDiagnosticsForSpanAsync(document, root.FullSpan, diagnosticKind:=DiagnosticKind.
AnalyzerSyntax
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
204
: _diagnosticKind == DiagnosticKind.
AnalyzerSyntax
;