1 write to _readBufferMemoryStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
972_readBufferMemoryStream = new MemoryStream();
4 references to _readBufferMemoryStream
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
974_readTranslator = BinaryTranslator.GetReadTranslator(_readBufferMemoryStream, InterningBinaryReader.CreateSharedBuffer()); 1337_readBufferMemoryStream.SetLength(_currentPacketLength); 1338byte[] packetData = _readBufferMemoryStream.GetBuffer(); 1360_readBufferMemoryStream.Position = 0;