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