8 references to AnalyzerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
45CreateDiagnosticsTaggerProvider(DiagnosticKind.AnalyzerSemantic));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticsSquiggleTaggerProviderTests.cs (2)
130[InlineData(DiagnosticKind.AnalyzerSemantic)] 174[InlineData(DiagnosticKind.AnalyzerSemantic)]
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
2394If all OrElse diagnosticKind = DiagnosticKind.AnalyzerSemantic Then 2460diagnostics = Await diagnosticService.GetDiagnosticsForSpanAsync(document, root.FullSpan, diagnosticKind:=DiagnosticKind.AnalyzerSemantic)
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
207: _diagnosticKind == DiagnosticKind.AnalyzerSemantic;
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (2)
83PullDiagnosticCategories.DocumentAnalyzerSyntax => DiagnosticKind.AnalyzerSemantic, 84PullDiagnosticCategories.DocumentAnalyzerSemantic => DiagnosticKind.AnalyzerSemantic,