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