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