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