6 references to AnalyzerSemantic
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.cs (1)
45
CreateDiagnosticsTaggerProvider(DiagnosticKind.
AnalyzerSemantic
),
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
139
if (_diagnosticKind == DiagnosticKind.
AnalyzerSemantic
)
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
181
[DiagnosticKind.CompilerSyntax, DiagnosticKind.CompilerSemantic, DiagnosticKind.AnalyzerSyntax, DiagnosticKind.
AnalyzerSemantic
],
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
120
: diagnosticKind == DiagnosticKind.
AnalyzerSemantic
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
62
DiagnosticKind.
AnalyzerSemantic
, PullDiagnosticCategories.DocumentAnalyzerSemantic)
Handler\Diagnostics\DiagnosticSources\DocumentDiagnosticSource.cs (1)
38
if (DiagnosticKind == DiagnosticKind.
AnalyzerSemantic
)