9 references to Guids
System.Transactions.Local (9)
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManager.cs (1)
10
[GeneratedComInterface, Guid(
Guids
.IID_IResourceManager), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
System\Transactions\DtcProxyShim\DtcInterfaces\ITransaction.cs (1)
10
[GeneratedComInterface, Guid(
Guids
.IID_ITransaction), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionDispenser.cs (1)
12
[GeneratedComInterface, Guid(
Guids
.IID_ITransactionDispenser), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (5)
59
private static unsafe void DtcGetTransactionManager(string? nodeName, out ITransactionDispenser localDispenser) => Marshal.ThrowExceptionForHR(DtcGetTransactionManagerExW(nodeName, null,
Guids
.IID_ITransactionDispenser_Guid, 0, null, out localDispenser));
145
Guids
.IID_IResourceManager_Guid,
210
Guids
.IID_IResourceManager_Guid,
227
txImport.Import(Convert.ToUInt32(cookie.Length), cookie,
Guids
.IID_ITransaction_Guid, out object? tx);
332
var guid =
Guids
.IID_ITransactionOutcomeEvents_Guid;
System\Transactions\TransactionInterop.cs (1)
445
if (Marshal.QueryInterface(unknown,
Guids
.IID_ITransaction_Guid, out IntPtr transactionNativePtr) == 0)