10 overrides of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Analyzers\Core\CodeFixes\ForEachCast\AbstractForEachCastCodeFixProvider.cs (1)
37
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\Core\CodeFixes\UseCoalesceExpression\UseCoalesceExpressionForNullableTernaryConditionalCheckCodeFixProvider.cs (1)
27
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\Core\CodeFixes\UseCoalesceExpression\UseCoalesceExpressionForTernaryConditionalCheckCodeFixProvider.cs (1)
28
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\ForkingSyntaxEditorBasedCodeFixProvider.cs (1)
44
protected sealed override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
src\Analyzers\CSharp\CodeFixes\InvokeDelegateWithConditionalAccess\InvokeDelegateWithConditionalAccessCodeFixProvider.cs (1)
35
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\CSharp\CodeFixes\RemoveUnreachableCode\CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
44
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\CSharp\CodeFixes\UseExpressionBody\UseExpressionBodyCodeFixProvider.cs (1)
34
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\CSharp\CodeFixes\UseImplicitObjectCreation\CSharpUseImplicitObjectCreationCodeFixProvider.cs (1)
37
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\CSharp\CodeFixes\UseLocalFunction\CSharpUseLocalFunctionCodeFixProvider.cs (1)
43
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Analyzers\CSharp\CodeFixes\UseThrowExpression\UseThrowExpressionCodeFixProvider.cs (1)
30
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
2 references to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
106
/// This overload differs from <see cref="
IncludeDiagnosticDuringFixAll
(Diagnostic)"/> in that it also passes along
113
=>
IncludeDiagnosticDuringFixAll
(diagnostic);