1 write to _pipeServer
MSBuild (1)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
285_pipeServer = new NamedPipeServerStream(
9 references to _pipeServer
MSBuild (9)
parent\Shared\NodeEndpointOutOfProcBase.cs (9)
340_pipeServer.Dispose(); 385NamedPipeServerStream localPipeServer = _pipeServer; 439if (!_pipeServer.TryReadIntForHandshake( 453_pipeServer.WriteIntForHandshake(index + 1); 467_pipeServer.TryReadEndOfHandshakeSignal(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */ 476_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 477_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion); 482_pipeServer.WriteEndOfHandshakeSignal(); 543_pipeServer,