We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9542c commit 51e6f7fCopy full SHA for 51e6f7f
src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs
@@ -24,7 +24,7 @@ namespace Microsoft.CodeAnalysis.CodeFixes
24
/// </summary>
25
internal partial class BatchFixAllProvider : FixAllProvider
26
{
27
- public static readonly BatchFixAllProvider Instance = new BatchFixAllProvider();
+ public static readonly FixAllProvider Instance = new BatchFixAllProvider();
28
29
protected BatchFixAllProvider() { }
30
0 commit comments