1 write to _writeBufferMemoryStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1069_writeBufferMemoryStream = new MemoryStream();
2 references to _writeBufferMemoryStream
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
1071_writeTranslator = BinaryTranslator.GetWriteTranslator(_writeBufferMemoryStream); 1254MemoryStream writeStream = context._writeBufferMemoryStream;