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)
1609Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1638serverOptions.ConfigurationLoader.LoadInternal(); 1655serverOptions.ConfigurationLoader.LoadInternal(); 1677Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1704serverOptions.ConfigurationLoader.LoadInternal(); 1740serverOptions.ConfigurationLoader.LoadInternal(); 1859serverOptions.ConfigurationLoader.LoadInternal();