1 write to _readBufferMemoryStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
938_readBufferMemoryStream = new MemoryStream();
4 references to _readBufferMemoryStream
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
940_readTranslator = BinaryTranslator.GetReadTranslator(_readBufferMemoryStream, InterningBinaryReader.CreateSharedBuffer()); 1303_readBufferMemoryStream.SetLength(_currentPacketLength); 1304byte[] packetData = _readBufferMemoryStream.GetBuffer(); 1326_readBufferMemoryStream.Position = 0;