2 references to _configureAppActions
Microsoft.AspNetCore (2)
BootstrapHostBuilder.cs (2)
51
_configureAppActions
.Add(configureDelegate ?? throw new ArgumentNullException(nameof(configureDelegate)));
94
foreach (var configureAppAction in
_configureAppActions
)