1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
264_pipeServer = new NamedPipeServerStream(
10 references to _pipeServer
Microsoft.Build (10)
NodeEndpointOutOfProcBase.cs (10)
319_pipeServer.Dispose(); 364NamedPipeServerStream localPipeServer = _pipeServer; 418if (!_pipeServer.TryReadIntForHandshake( 435_pipeServer.WriteIntForHandshake(index + 1); 449_pipeServer.TryReadEndOfHandshakeSignal(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */ 458_pipeServer.WriteIntForHandshake(Handshake.PacketVersionFromChildMarker); // Marker: PacketVersion follows 459_pipeServer.WriteIntForHandshake(NodePacketTypeExtensions.PacketVersion); 464_pipeServer.WriteEndOfHandshakeSignal(); 525new BufferedReadStream(_pipeServer), 526_pipeServer,