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);