1 implementation of Create
System.Transactions.Local (1)
_generated\13\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.cs (1)
83void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.Create(uint cbWhereabouts, byte[] rgbWhereabouts, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport ppExport)
2 references to Create
System.Transactions.Local (2)
_generated\13\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.cs (1)
136@this.Create(cbWhereabouts, rgbWhereabouts, out ppExport);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
42_shimFactory.ExportFactory.Create((uint)whereabouts.Length, whereabouts, out ITransactionExport export);