1 implementation of GetWhereabouts
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
99void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.GetWhereabouts(uint cbWhereabouts, byte[] rgbWhereabouts, out uint pcbUsed)
2 references to GetWhereabouts
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
143@this.GetWhereabouts(cbWhereabouts, rgbWhereabouts, out pcbUsed);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
129pImportWhereabouts.GetWhereabouts(whereaboutsSize, tmpWhereabouts, out uint pcbUsed);