4 writes to proxyPrepareInfoByteArray
System.Transactions (4)
System\Transactions\Oletx\OletxEnlistment.cs (4)
104this.proxyPrepareInfoByteArray = null; 143this.proxyPrepareInfoByteArray = new byte[prepareInfoLength]; 360this.proxyPrepareInfoByteArray = new Byte[arrayLength]; 742this.proxyPrepareInfoByteArray = temp;
8 references to proxyPrepareInfoByteArray
System.Transactions (8)
System\Transactions\Oletx\OletxEnlistment.cs (8)
144Array.Copy(prepareInfoByteArray, proxyPrepareInfoByteArray, prepareInfoLength); 147Array.Copy(proxyPrepareInfoByteArray, txGuidByteArray, 16); 280get { return proxyPrepareInfoByteArray; } 358Debug.Assert(this.proxyPrepareInfoByteArray == null, "Unexpected value in this.proxyPrepareInfoByteArray"); 361Array.Copy(prepareInfo, this.proxyPrepareInfoByteArray, arrayLength); 746proxyPrepareInfoByteArray[index] = 752proxyPrepareInfoByteArray[txGuidArray.Length + index] = 757proxyPrepareInfoByteArray