public IList<XILSInstr> Rewrite(IList<XILSInstr> instrs) { var impl = new TypeReplacerImpl(instrs) { GenuineType = GenuineType, ReplacementType = ReplacementType }; impl.Rewrite(); return impl.OutInstructions; }
public IList <XILSInstr> Rewrite(IList <XILSInstr> instrs) { var impl = new TypeReplacerImpl(instrs) { GenuineType = GenuineType, ReplacementType = ReplacementType }; impl.Rewrite(); return(impl.OutInstructions); }