1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
246_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
305_pipeServer.Dispose(); 350NamedPipeServerStream localPipeServer = _pipeServer; 402int handshakePart = _pipeServer.ReadIntForHandshake( 413_pipeServer.WriteIntForHandshake(i + 1); 423_pipeServer.ReadEndOfHandshakeSignal(false, ClientConnectTimeout); /* wait a long time for the handshake from this side */ 428_pipeServer.WriteEndOfHandshakeSignal(); 489new BufferedReadStream(_pipeServer), 490_pipeServer,