2 references to Instance
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
59public override FixAllProvider GetFixAllProvider() => BatchFixAllProvider.Instance;
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
27public static FixAllProvider BatchFixer => BatchFixAllProvider.Instance;