1 write to _pipeStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
969_pipeStream = nodePipe;
6 references to _pipeStream
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (6)
1008_pipeStream.BeginRead(_headerByte, 0, _headerByte.Length, _headerReadCompleteCallback, this); 1113Stream serverToClientStream = context._pipeStream; 1211_pipeStream.Dispose(); 1308bytesRead = _pipeStream.EndRead(result); 1340_pipeStream.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this); 1387bytesRead = _pipeStream.EndRead(result);