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)
139await _hostedServiceExecutor.StartAsync(cancellationToken).ConfigureAwait(false); 303if (_hostedServiceExecutor != null) 305await _hostedServiceExecutor.StopAsync(cancellationToken).ConfigureAwait(false);