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)
1333MSBuildEventSource.Log.PacketReadSize(_currentPacketLength); 1337_readBufferMemoryStream.SetLength(_currentPacketLength); 1340_pipeStream.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this); 1398if (!ProcessBodyBytesRead(bytesRead, _currentPacketLength, packetType))