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)
138await _hostedServiceExecutor.StartAsync(cancellationToken).ConfigureAwait(false); 302if (_hostedServiceExecutor != null) 304await _hostedServiceExecutor.StopAsync(cancellationToken).ConfigureAwait(false);