6 references to DiagnosticKind
Microsoft.CodeAnalysis.EditorFeatures.Wpf (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 (4)
Diagnostics\IDiagnosticAnalyzerService.cs (4)
113
DiagnosticKind
diagnosticKind,
128
=> service.GetDiagnosticsForSpanAsync(document, range,
DiagnosticKind
.All, includeSuppressedDiagnostics: false, cancellationToken);
138
TextDocument document, TextSpan? range,
DiagnosticKind
diagnosticKind, bool includeSuppressedDiagnostics, CancellationToken cancellationToken)
156
DiagnosticKind
diagnosticKind,