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