12 overrides of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
AbstractForEachCastCodeFixProvider.cs (1)
40protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
AbstractUseCollectionInitializerCodeFixProvider.cs (1)
44protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
AbstractUseNullPropagationCodeFixProvider.cs (1)
59protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
AbstractUseObjectInitializerCodeFixProvider.cs (1)
42protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
UseCoalesceExpressionForNullableTernaryConditionalCheckCodeFixProvider.cs (1)
32protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
UseCoalesceExpressionForTernaryConditionalCheckCodeFixProvider.cs (1)
33protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
50protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
36protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
CSharpUseLocalFunctionCodeFixProvider.cs (1)
45protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
InvokeDelegateWithConditionalAccessCodeFixProvider.cs (1)
38protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
UseExpressionBodyCodeFixProvider.cs (1)
37protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
UseThrowExpressionCodeFixProvider.cs (1)
36protected override bool IncludeDiagnosticDuringFixAll(Diagnostic diagnostic)
2 references to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
SyntaxEditorBasedCodeFixProvider.cs (2)
109/// This overload differs from <see cref="IncludeDiagnosticDuringFixAll(Diagnostic)"/> in 120=> IncludeDiagnosticDuringFixAll(diagnostic);