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