10 references to LoadInternal
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\KestrelServerImpl.cs (1)
310Options.ConfigurationLoader?.LoadInternal();
KestrelConfigurationLoader.cs (1)
275LoadInternal();
ListenOptionsHttpsExtensions.cs (1)
170listenOptions.KestrelServerOptions.ConfigurationLoader?.LoadInternal();
Microsoft.AspNetCore.Server.Kestrel.Tests (7)
KestrelConfigurationLoaderTests.cs (7)
1859Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1888serverOptions.ConfigurationLoader.LoadInternal(); 1905serverOptions.ConfigurationLoader.LoadInternal(); 1927Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1954serverOptions.ConfigurationLoader.LoadInternal(); 1990serverOptions.ConfigurationLoader.LoadInternal(); 2109serverOptions.ConfigurationLoader.LoadInternal();