public CombinedTransformerStep() { this.typeOfStep = new TypeOfStep(); this.fixSwitchCasesStep = new FixSwitchCasesStep(); base(); this.canCastStep = new CanCastStep(this); this.replaceDelegateInvokeStep = new ReplaceDelegateInvokeStep(this); return; }
public CombinedTransformerStep() { this.canCastStep = new CanCastStep(this); this.replaceThisWithBaseStep = new HandleVirtualMethodInvocations(this); this.replaceDelegateInvokeStep = new ReplaceDelegateInvokeStep(this); }
public CombinedTransformerStep() { this.canCastStep = new CanCastStep(this); this.replaceDelegateInvokeStep = new ReplaceDelegateInvokeStep(this); }