3 overrides of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
57
protected override bool
IncludeDiagnosticDuringFixAll
(
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
221
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic, Document document, string? equivalenceKey, CancellationToken cancellationToken)
AddRequiredParenthesesCodeFixProvider.cs (1)
31
protected override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic, Document document, string? equivalenceKey, CancellationToken cancellationToken)
1 reference to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxEditorBasedCodeFixProvider.cs (1)
117
=>
IncludeDiagnosticDuringFixAll
(diagnostic, document, equivalenceKey, cancellationToken);