1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
231_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
305_pipeServer.Dispose(); 350NamedPipeServerStream localPipeServer = _pipeServer; 402int handshakePart = _pipeServer.ReadIntForHandshake( 413_pipeServer.WriteIntForHandshake(i + 1); 425_pipeServer.ReadEndOfHandshakeSignal(false); 428_pipeServer.WriteEndOfHandshakeSignal(); 489new BufferedReadStream(_pipeServer), 490_pipeServer,