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);
1079
Stream serverToClientStream = context.
_pipeStream
;
1177
_pipeStream
.Dispose();
1274
bytesRead =
_pipeStream
.EndRead(result);
1306
_pipeStream
.BeginRead(packetData, 0, _currentPacketLength, _bodyReadCompleteCallback, this);
1353
bytesRead =
_pipeStream
.EndRead(result);