예제 #1
0
 public FullyQualifyAmbiguousTypeNamesVisitor(IntroduceUsingDeclarations transform)
 {
     this.transform        = transform;
     this.currentNamespace = transform.context.CurrentType != null ? transform.context.CurrentType.Namespace.String : string.Empty;
 }
예제 #2
0
 public FindRequiredImports(IntroduceUsingDeclarations transform)
 {
     this.transform        = transform;
     this.currentNamespace = transform.context.CurrentType != null ? transform.context.CurrentType.Namespace.String : string.Empty;
 }