1 write to _pipeServer
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
246_pipeServer = new NamedPipeServerStream(
8 references to _pipeServer
MSBuildTaskHost (8)
NodeEndpointOutOfProcBase.cs (8)
320_pipeServer.Dispose(); 365NamedPipeServerStream localPipeServer = _pipeServer; 419if (!_pipeServer.TryReadIntForHandshake( 436_pipeServer.WriteIntForHandshake(index + 1); 452_pipeServer.TryReadEndOfHandshakeSignal(false, out HandshakeResult _)) 456_pipeServer.WriteEndOfHandshakeSignal(); 518new BufferedReadStream(_pipeServer), 519_pipeServer,