1 write to _readBufferMemoryStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
616
_readBufferMemoryStream
= new MemoryStream();
2 references to _readBufferMemoryStream
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
958
_readBufferMemoryStream
.SetLength(packetLength);
959
byte[] packetData =
_readBufferMemoryStream
.GetBuffer();