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

Fix method consolidation

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