1 write to _hostedServiceExecutor
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
135
_hostedServiceExecutor
= _applicationServices.GetRequiredService<HostedServiceExecutor>();
3 references to _hostedServiceExecutor
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (3)
138
await
_hostedServiceExecutor
.StartAsync(cancellationToken).ConfigureAwait(false);
302
if (
_hostedServiceExecutor
!= null)
304
await
_hostedServiceExecutor
.StopAsync(cancellationToken).ConfigureAwait(false);