7 references to OletxTransactionIsoFlags
System.Transactions.Local (7)
_generated\15\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionDispenser.cs (4)
11
public 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;
97
void 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)
100
var __target = ((delegate* unmanaged[MemberFunction]<void*, nint, global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel, global::System.Transactions.DtcProxyShim.
OletxTransactionIsoFlags
, void*, void**, int> )__vtable[4]);
137
internal 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)
20
OletxTransactionIsoFlags
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)
14
internal
OletxTransactionIsoFlags
IsoFlags;