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);
1113
Stream serverToClientStream = context.
_pipeStream
;
1211
_pipeStream
.Dispose();
1308
bytesRead =
_pipeStream
.EndRead(result);
1340
_pipeStream
.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this);
1387
bytesRead =
_pipeStream
.EndRead(result);