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)
1299MSBuildEventSource.Log.PacketReadSize(_currentPacketLength); 1303_readBufferMemoryStream.SetLength(_currentPacketLength); 1306_pipeStream.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this); 1364if (!ProcessBodyBytesRead(bytesRead, _currentPacketLength, packetType))