4 writes to _proxyPrepareInfoByteArray
System.Transactions.Local (4)
System\Transactions\Oletx\OletxEnlistment.cs (4)
70
_proxyPrepareInfoByteArray
= null;
103
_proxyPrepareInfoByteArray
= new byte[prepareInfoLength];
278
_proxyPrepareInfoByteArray
= new byte[arrayLength];
632
_proxyPrepareInfoByteArray
= temp;
8 references to _proxyPrepareInfoByteArray
System.Transactions.Local (8)
System\Transactions\Oletx\OletxEnlistment.cs (8)
104
Array.Copy(prepareInfoByteArray,
_proxyPrepareInfoByteArray
, prepareInfoLength);
106
_transactionGuid = new Guid(
_proxyPrepareInfoByteArray
.AsSpan(0, 16));
208
internal byte[]? ProxyPrepareInfoByteArray =>
_proxyPrepareInfoByteArray
;
276
Debug.Assert(
_proxyPrepareInfoByteArray
== null, "Unexpected value in this.proxyPrepareInfoByteArray");
279
Array.Copy(prepareInfo,
_proxyPrepareInfoByteArray
, arrayLength);
635
_proxyPrepareInfoByteArray
[index] =
641
_proxyPrepareInfoByteArray
[txGuidArray.Length + index] =
647
_proxyPrepareInfoByteArray
);