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