3 overrides of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
57protected override bool IncludeDiagnosticDuringFixAll(
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
221protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic, Document document, string? equivalenceKey, CancellationToken cancellationToken)
AddRequiredParenthesesCodeFixProvider.cs (1)
31protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic, Document document, string? equivalenceKey, CancellationToken cancellationToken)
1 reference to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxEditorBasedCodeFixProvider.cs (1)
117=> IncludeDiagnosticDuringFixAll(diagnostic, document, equivalenceKey, cancellationToken);