1 write to _pipeServer
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
245_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuild (8)
NodeEndpointOutOfProcBase.cs (8)
304_pipeServer.Dispose(); 349NamedPipeServerStream localPipeServer = _pipeServer; 401int handshakePart = _pipeServer.ReadIntForHandshake( 412_pipeServer.WriteIntForHandshake(i + 1); 422_pipeServer.ReadEndOfHandshakeSignal(false, ClientConnectTimeout); /* wait a long time for the handshake from this side */ 427_pipeServer.WriteEndOfHandshakeSignal(); 488new BufferedReadStream(_pipeServer), 489_pipeServer,