22 references to DiagnosticKind
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (2)
32/// cref="DiagnosticKind"/>. It is itself never exported directly, but it it is used by the <see 34/// cref="DiagnosticKind"/> to produce all the diagnostics for that feature.
Microsoft.CodeAnalysis.Features (20)
CodeFixes\Service\CodeFixService.cs (3)
111priorityProvider, DiagnosticKind.All, cancellationToken).ConfigureAwait(false); 203priorityProvider, DiagnosticKind.All, cancellationToken).ConfigureAwait(false); 305DiagnosticKind.All, cancellationToken).ConfigureAwait(false);
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
61DiagnosticKind.All, cancellationToken).ConfigureAwait(false));
Copilot\CopilotChangeAnalysis.cs (1)
37[property: DataMember(Order = 0)] DiagnosticKind Kind,
Copilot\ICopilotChangeAnalysisService.cs (5)
179[DiagnosticKind.CompilerSyntax, DiagnosticKind.CompilerSemantic, DiagnosticKind.AnalyzerSyntax, DiagnosticKind.AnalyzerSemantic], 215DiagnosticKind diagnosticKind,
Diagnostics\IDiagnosticAnalyzerService.cs (3)
83DiagnosticKind diagnosticKind, 97TextDocument document, TextSpan? range, DiagnosticKind diagnosticKind, CancellationToken cancellationToken) 116DiagnosticKind diagnosticKind,
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
106DiagnosticKind diagnosticKinds,
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (6)
56DiagnosticKind diagnosticKind, 112if (diagnosticKind != DiagnosticKind.All) 116? diagnosticKind == DiagnosticKind.CompilerSyntax 117: diagnosticKind == DiagnosticKind.AnalyzerSyntax; 119? diagnosticKind == DiagnosticKind.CompilerSemantic 120: diagnosticKind == DiagnosticKind.AnalyzerSemantic;