public void EmitDirect(CodeGen cg, bool tailcall)
 {
     _block.EmitDirectCall(cg, _forceWrapperMethod, _stronglyTyped, _delegateType, tailcall);
 }