提交 cc680459 编写于 作者: D David Barbet

Fix method consolidation

上级 ccc2dfe6
......@@ -18,8 +18,8 @@ internal static class CodeRefactoringContextExtensions
/// <summary>
/// Use this helper to register multiple refactorings (<paramref name="actions"/>).
/// </summary>
private static void RegisterRefactorings<TCodeAction>(
CodeRefactoringContext context, ImmutableArray<TCodeAction> actions, TextSpan? applicableToSpan = null)
internal static void RegisterRefactorings<TCodeAction>(
this CodeRefactoringContext context, ImmutableArray<TCodeAction> actions, TextSpan? applicableToSpan = null)
where TCodeAction : CodeAction
{
if (!actions.IsDefault)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册