2 writes to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
35
_includeSuppressedDiagnostics
= true;
40
_includeSuppressedDiagnostics
= false;
1 reference to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
45
=> diagnostics.WhereAsArray(d =>
_includeSuppressedDiagnostics
|| !d.IsSuppressed);