9 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 (7)
CodeFixes\Service\CodeFixService.cs (3)
112priorityProvider, DiagnosticKind.All, cancellationToken).ConfigureAwait(false); 202priorityProvider, DiagnosticKind.All, cancellationToken).ConfigureAwait(false); 302DiagnosticKind.All, cancellationToken).ConfigureAwait(false);
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
61DiagnosticKind.All, cancellationToken).ConfigureAwait(false));
Diagnostics\IDiagnosticAnalyzerService.cs (3)
82DiagnosticKind diagnosticKind, 96TextDocument document, TextSpan? range, DiagnosticKind diagnosticKind, CancellationToken cancellationToken) 115DiagnosticKind diagnosticKind,