1 instantiation of BatchFixAllProvider
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
24
public static readonly FixAllProvider Instance = new
BatchFixAllProvider
();
2 references to BatchFixAllProvider
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
27
public static FixAllProvider BatchFixer =>
BatchFixAllProvider
.Instance;
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
19
/// entire solutions. Used by <see cref="
BatchFixAllProvider
"/> and <see cref="DocumentBasedFixAllProvider"/>.