1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
230_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
304_pipeServer.Dispose(); 349NamedPipeServerStream localPipeServer = _pipeServer; 401int handshakePart = _pipeServer.ReadIntForHandshake( 412_pipeServer.WriteIntForHandshake(i + 1); 424_pipeServer.ReadEndOfHandshakeSignal(false); 427_pipeServer.WriteEndOfHandshakeSignal(); 488new BufferedReadStream(_pipeServer), 489_pipeServer,