7 references to OletxTransactionIsoFlags
System.Transactions.Local (7)
_generated\15\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionDispenser.cs (4)
11public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, nint, global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel, global::System.Transactions.DtcProxyShim.OletxTransactionIsoFlags, void*, void**, int> BeginTransaction_4; 97void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionDispenser.BeginTransaction(nint punkOuter, global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel isoLevel, global::System.Transactions.DtcProxyShim.OletxTransactionIsoFlags isoFlags, global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions pOptions, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction ppTransaction) 100var __target = ((delegate* unmanaged[MemberFunction]<void*, nint, global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel, global::System.Transactions.DtcProxyShim.OletxTransactionIsoFlags, void*, void**, int> )__vtable[4]); 137internal static int ABI_BeginTransaction(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, nint punkOuter, global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel isoLevel, global::System.Transactions.DtcProxyShim.OletxTransactionIsoFlags isoFlags, void* __pOptions_native, void** __ppTransaction_native__param)
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionDispenser.cs (1)
20OletxTransactionIsoFlags isoFlags,
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
184_transactionDispenser.BeginTransaction(IntPtr.Zero, isolationLevel, OletxTransactionIsoFlags.ISOFLAG_NONE, options, out ITransaction? pTx);
System\Transactions\DtcProxyShim\OletxXactTransInfo.cs (1)
14internal OletxTransactionIsoFlags IsoFlags;