1 write to _clientToServerStream
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
612
_clientToServerStream
= nodePipe;
4 references to _clientToServerStream
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (4)
649
int bytesRead = await CommunicationsUtilities.ReadAsync(
_clientToServerStream
, _headerByte, _headerByte.Length);
671
int bytesRead = await CommunicationsUtilities.ReadAsync(
_clientToServerStream
, packetData, packetLength);
818
_clientToServerStream
.Dispose();
819
if (!object.ReferenceEquals(
_clientToServerStream
, _serverToClientStream))