1 reference to shouldIncludeDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (1)
56
var diagnostics = await _diagnosticService.GetDiagnosticsForSpanAsync(document, fixAllSpan,
shouldIncludeDiagnostic
, _includeSuppressedDiagnostics, cancellationToken: cancellationToken).ConfigureAwait(false);