1 implementation of GetWhereaboutsSize
System.Transactions.Local (1)
_generated\18\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
38void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.GetWhereaboutsSize(out uint pcbSize)
2 references to GetWhereaboutsSize
System.Transactions.Local (2)
_generated\18\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
68@this.GetWhereaboutsSize(out pcbSize);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
121OletxHelper.Retry(() => pImportWhereabouts.GetWhereaboutsSize(out whereaboutsSize));