public GatherVisitor(BaseRefactoringContext context, VariableDeclaredInWideScopeIssue inspector) : base (context)
			{
				this.context = context;
			}
 public GatherVisitor(BaseRefactoringContext context, VariableDeclaredInWideScopeIssue inspector) : base(context)
 {
     this.context = context;
 }