2 references to _configureServicesActions
Microsoft.AspNetCore (2)
BootstrapHostBuilder.cs (2)
57
_configureServicesActions
.Add(configureDelegate ?? throw new ArgumentNullException(nameof(configureDelegate)));
99
foreach (var configureServicesAction in
_configureServicesActions
)