internal Local(Compiler.CompilerContext ctx, Type type) { this.ctx = ctx; if (ctx != null) { value = ctx.GetFromPool(type); } }
internal Local(CompilerContext ctx, System.Type type) { this.ctx = ctx; if (ctx != null) { this.@value = ctx.GetFromPool(type); } this.type = type; }
internal Local(CompilerContext ctx, Type type) { this.ctx = ctx; if (ctx is object) { value = ctx.GetFromPool(type); } this.type = type; }
internal Local(Compiler.CompilerContext ctx, Type type) { this.ctx = ctx; if (ctx != null) { value = ctx.GetFromPool(type); } this.type = type; }