1 write to _pipeStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
935_pipeStream = nodePipe;
6 references to _pipeStream
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (6)
974_pipeStream.BeginRead(_headerByte, 0, _headerByte.Length, _headerReadCompleteCallback, this); 1079Stream serverToClientStream = context._pipeStream; 1177_pipeStream.Dispose(); 1274bytesRead = _pipeStream.EndRead(result); 1306_pipeStream.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this); 1353bytesRead = _pipeStream.EndRead(result);