1 write to _pipeServer
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
261_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuild (8)
NodeEndpointOutOfProcBase.cs (8)
320_pipeServer.Dispose(); 365NamedPipeServerStream localPipeServer = _pipeServer; 419if (!_pipeServer.TryReadIntForHandshake( 436_pipeServer.WriteIntForHandshake(index + 1); 450_pipeServer.TryReadEndOfHandshakeSignal(false, ClientConnectTimeout, out HandshakeResult _)) /* wait a long time for the handshake from this side */ 456_pipeServer.WriteEndOfHandshakeSignal(); 518new BufferedReadStream(_pipeServer), 519_pipeServer,