1 write to _nodeStream
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
132_nodeStream = new NamedPipeClientStream(
3 references to _nodeStream
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
142_packetPump = new MSBuildClientPacketPump(_nodeStream); 411WritePacket(_nodeStream, packet); 610_nodeStream, _pipeName, _handshake, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds), out HandshakeResult result))