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)
104Array.Copy(prepareInfoByteArray, _proxyPrepareInfoByteArray, prepareInfoLength); 106_transactionGuid = new Guid(_proxyPrepareInfoByteArray.AsSpan(0, 16)); 208internal byte[]? ProxyPrepareInfoByteArray => _proxyPrepareInfoByteArray; 276Debug.Assert(_proxyPrepareInfoByteArray == null, "Unexpected value in this.proxyPrepareInfoByteArray"); 279Array.Copy(prepareInfo, _proxyPrepareInfoByteArray, arrayLength); 635_proxyPrepareInfoByteArray[index] = 641_proxyPrepareInfoByteArray[txGuidArray.Length + index] = 647_proxyPrepareInfoByteArray);