1 write to _pipeStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
624
_pipeStream
= nodePipe;
4 references to _pipeStream
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
670
int bytesRead = await
_pipeStream
.ReadAsync(_headerByte.AsMemory(), CancellationToken.None).ConfigureAwait(false);
695
int bytesRead = await
_pipeStream
.ReadAsync(packetData.AsMemory(totalBytesRead, packetLength - totalBytesRead), CancellationToken.None).ConfigureAwait(false);
759
Stream serverToClientStream = context.
_pipeStream
;
835
_pipeStream
.Dispose();