2 writes to _currentPacketLength
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
982
_currentPacketLength
= 0;
1332
_currentPacketLength
= BinaryPrimitives.ReadInt32LittleEndian(new Span<byte>(_headerByte, 1, 4));
4 references to _currentPacketLength
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
1333
MSBuildEventSource.Log.PacketReadSize(
_currentPacketLength
);
1337
_readBufferMemoryStream.SetLength(
_currentPacketLength
);
1340
_pipeStream.BeginRead(packetData, 0,
_currentPacketLength
, _bodyReadCompleteCallback, this);
1398
if (!ProcessBodyBytesRead(bytesRead,
_currentPacketLength
, packetType))