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)
109
hostProcess:
_hostProcess
);
257
ProcessTracker.Add(
_hostProcess
);
260
var _ =
_hostProcess
.StartTime;
262
Logger.LogInformation("Started iisexpress successfully. Process Id : {processId}, Port: {port}",
_hostProcess
.Id, port);
405
GracefullyShutdownProcess(
_hostProcess
);
409
ShutDownIfAnyHostProcess(
_hostProcess
);
440
if (
_hostProcess
!= null && !
_hostProcess
.HasExited)
442
throw new Exception($"iisexpress Process {
_hostProcess
.Id} failed to shutdown");