protected virtual ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) { this.ThrowOnNoOverride(); return e; }
protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) { this.js.Append(this.resolver.MethodNames[e.MRef]); return(e); }
protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) { this.code.Append("ref:"); this.code.Append(e.MRef.Name); return e; }
protected override ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) { this.js.Append(this.resolver.MethodNames[e.MRef]); return e; }
protected virtual ICode VisitJsVarMethodReference(ExprJsVarMethodReference e) { this.ThrowOnNoOverride(); return(e); }