1 override of IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\ForkingSyntaxEditorBasedCodeFixProvider.cs (1)
44
protected sealed override bool
IncludeDiagnosticDuringFixAll
(Diagnostic diagnostic)
2 references to IncludeDiagnosticDuringFixAll
Microsoft.CodeAnalysis.BannedApiAnalyzers (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);