public LocalVariable(Context cx, MethodImplementation m, int i, Type t) : base(cx) { method = m; index = i; type = t; ShortId = CIL.Id.Create(method.Label) + underscore + index; }
public ExceptionRegion(GenericContext gc, MethodImplementation method, int index, System.Reflection.Metadata.ExceptionRegion r, Dictionary <int, IInstruction> jump_table) : base(gc.Cx) { this.gc = gc; this.method = method; this.index = index; this.r = r; this.jump_table = jump_table; }
public LocalVariable(Context cx, MethodImplementation m, int i, Type t) : base(cx) { method = m; index = i; type = t; }