1 write to _hostProcess
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
253_hostProcess = process;
9 references to _hostProcess
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (9)
IISExpressDeployer.cs (9)
109hostProcess: _hostProcess); 257ProcessTracker.Add(_hostProcess); 260var _ = _hostProcess.StartTime; 262Logger.LogInformation("Started iisexpress successfully. Process Id : {processId}, Port: {port}", _hostProcess.Id, port); 405GracefullyShutdownProcess(_hostProcess); 409ShutDownIfAnyHostProcess(_hostProcess); 440if (_hostProcess != null && !_hostProcess.HasExited) 442throw new Exception($"iisexpress Process {_hostProcess.Id} failed to shutdown");