You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
let tref = mkILNonGenericBoxedTy(mkILTyRef(assemblyRef, "System.Runtime.InteropServices.DispatchWrapper"))
8938
8938
let mref = mkILCtorMethSpecForTy(tref,[cenv.g.ilg.typ_Object]).MethodRef
8939
8939
let expr = Expr.Op(TOp.ILCall(false,false,false,false,CtorValUsedAsSuperInit,false,false,mref,[],[],[cenv.g.obj_ty]),[],[mkDefault(mMethExpr,calledArgTy)],mMethExpr)
8940
8940
emptyPreBinder,expr
8941
8941
| WrapperForIUnknown ->
8942
8942
match cenv.g.ilg.traits.SystemRuntimeInteropServicesScopeRef.Value with
8943
-
| None -> error(Error((42, "Current .NET profile does not include System.Runtime.InteropServices"), mMethExpr))