1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
229_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
303_pipeServer.Dispose(); 348NamedPipeServerStream localPipeServer = _pipeServer; 400int handshakePart = _pipeServer.ReadIntForHandshake( 411_pipeServer.WriteIntForHandshake(i + 1); 423_pipeServer.ReadEndOfHandshakeSignal(false); 426_pipeServer.WriteEndOfHandshakeSignal(); 487new BufferedReadStream(_pipeServer), 488_pipeServer,