Example #1
0
 public RefactoringContext(CodeRefactoringContext underlyingContext, SyntaxNode root, RefactoringSettings settings)
 {
     UnderlyingContext = underlyingContext;
     Root     = root;
     Settings = settings;
 }
 public RefactoringContext(CodeRefactoringContext context, SyntaxNode root, RefactoringSettings settings)
 {
     BaseContext = context;
     Root        = root;
     Settings    = settings;
 }