7 references to CompilerSemantic
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
43
CreateDiagnosticsTaggerProvider(DiagnosticKind.
CompilerSemantic
),
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticsSquiggleTaggerProviderTests.cs (2)
128
[InlineData(DiagnosticKind.
CompilerSemantic
)]
172
[InlineData(DiagnosticKind.
CompilerSemantic
)]
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticServiceTests.vb (2)
2384
If all OrElse diagnosticKind = DiagnosticKind.
CompilerSemantic
Then
2445
Dim diagnostics = Await diagnosticService.GetDiagnosticsForSpanAsync(document, root.FullSpan, diagnosticKind:=DiagnosticKind.
CompilerSemantic
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
206
? _diagnosticKind == DiagnosticKind.
CompilerSemantic
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
82
PullDiagnosticCategories.DocumentCompilerSemantic => DiagnosticKind.
CompilerSemantic
,