18 references to OletxXactTransInfo
System.Transactions.Local (18)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (7)
12public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> GetTransactionInfo_5; 130void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo) 133var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> )__vtable[5]); 138fixed (global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native = &xactInfo) 150internal static int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native__param) 153ref global::System.Transactions.DtcProxyShim.OletxXactTransInfo __xactInfo_native = ref *__xactInfo_native__param; 154global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo = default;
_generated\11\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (7)
12public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> GetTransactionInfo_5; 132void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.GetTransactionInfo(out global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo) 135var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.OletxXactTransInfo*, int> )__vtable[5]); 140fixed (global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native = &xactInfo) 152internal static int ABI_GetTransactionInfo(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.OletxXactTransInfo* __xactInfo_native__param) 155ref global::System.Transactions.DtcProxyShim.OletxXactTransInfo __xactInfo_native = ref *__xactInfo_native__param; 156global::System.Transactions.DtcProxyShim.OletxXactTransInfo xactInfo = default;
System\Transactions\DtcProxyShim\DtcInterfaces\ITransaction.cs (1)
23void GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionCloner.cs (1)
23void GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
328transaction.GetTransactionInfo(out OletxXactTransInfo xactInfo);
System\Transactions\TransactionInterop.cs (1)
345OletxXactTransInfo xactInfo;