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)
111
priorityProvider,
DiagnosticKind
.All, cancellationToken).ConfigureAwait(false);
203
priorityProvider,
DiagnosticKind
.All, cancellationToken).ConfigureAwait(false);
305
DiagnosticKind
.All, cancellationToken).ConfigureAwait(false);
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
61
DiagnosticKind
.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],
215
DiagnosticKind
diagnosticKind,
Diagnostics\IDiagnosticAnalyzerService.cs (3)
83
DiagnosticKind
diagnosticKind,
97
TextDocument document, TextSpan? range,
DiagnosticKind
diagnosticKind, CancellationToken cancellationToken)
116
DiagnosticKind
diagnosticKind,
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
106
DiagnosticKind
diagnosticKinds,
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (6)
56
DiagnosticKind
diagnosticKind,
112
if (diagnosticKind !=
DiagnosticKind
.All)
116
? diagnosticKind ==
DiagnosticKind
.CompilerSyntax
117
: diagnosticKind ==
DiagnosticKind
.AnalyzerSyntax;
119
? diagnosticKind ==
DiagnosticKind
.CompilerSemantic
120
: diagnosticKind ==
DiagnosticKind
.AnalyzerSemantic;