2 references to _configureHostActions
Microsoft.AspNetCore (2)
BootstrapHostBuilder.cs (2)
45
_configureHostActions
.Add(configureDelegate ?? throw new ArgumentNullException(nameof(configureDelegate)));
87
foreach (var configureHostAction in
_configureHostActions
)