1 write to _pipeServer
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
246_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
Microsoft.Build (8)
NodeEndpointOutOfProcBase.cs (8)
320_pipeServer.Dispose(); 365NamedPipeServerStream localPipeServer = _pipeServer; 419int handshakePart = _pipeServer.ReadIntForHandshake( 434_pipeServer.WriteIntForHandshake(index + 1); 448_pipeServer.ReadEndOfHandshakeSignal(false); 451_pipeServer.WriteEndOfHandshakeSignal(); 512new BufferedReadStream(_pipeServer), 513_pipeServer,