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