2 writes to _currentPacketLength
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
948
_currentPacketLength
= 0;
1298
_currentPacketLength
= BinaryPrimitives.ReadInt32LittleEndian(new Span<byte>(_headerByte, 1, 4));
4 references to _currentPacketLength
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
1299
MSBuildEventSource.Log.PacketReadSize(
_currentPacketLength
);
1303
_readBufferMemoryStream.SetLength(
_currentPacketLength
);
1306
_pipeStream.BeginRead(packetData, 0,
_currentPacketLength
, _bodyReadCompleteCallback, this);
1364
if (!ProcessBodyBytesRead(bytesRead,
_currentPacketLength
, packetType))