提交 c4ab17da 编写于 作者: C Cyrus Najmabadi

Remove static that is unused.

上级 1a213f85
......@@ -22,14 +22,5 @@ public static class WellKnownFixAllProviders
/// operations present within these fixes are ignored.
/// </remarks>
public static FixAllProvider BatchFixer => BatchFixAllProvider.Instance;
/// <summary>
/// Default batch fix all provider for simplification fixers which only add Simplifier annotations to documents.
/// This provider batches all the simplifier annotation actions within a document into a single code action,
/// instead of creating separate code actions for each added annotation.
/// This fixer supports fixes for the following fix all scopes:
/// <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/> and <see cref="FixAllScope.Solution"/>.
/// </summary>
internal static FixAllProvider BatchSimplificationFixer => BatchSimplificationFixAllProvider.Instance;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册