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