public ExprVarLocal(Ctx ctx, TypeReference type, string name = null) : base(ctx) { this.type = type.NullThru(x => x.FullResolve(ctx)); this.Name = name; }