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