Exemplo n.º 1
0
 public RefactoringContext(CodeRefactoringContext underlyingContext, SyntaxNode root, RefactoringSettings settings)
 {
     UnderlyingContext = underlyingContext;
     Root     = root;
     Settings = settings;
 }
Exemplo n.º 2
0
 public RefactoringContext(CodeRefactoringContext context, SyntaxNode root, RefactoringSettings settings)
 {
     BaseContext = context;
     Root        = root;
     Settings    = settings;
 }