5 overrides of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (5)
src\Analyzers\Core\CodeFixes\ForEachCast\AbstractForEachCastCodeFixProvider.cs (1)
38
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\Analyzers\Core\CodeFixes\UseNullPropagation\AbstractUseNullPropagationCodeFixProvider.cs (1)
58
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\ForkingSyntaxEditorBasedCodeFixProvider.cs (1)
44
protected sealed override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
2 references to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
98
/// This overload differs from <see cref="
IncludeDiagnosticDuringFixAll
(Diagnostic)"/> in that it also passes along
105
=>
IncludeDiagnosticDuringFixAll
(diagnostic);