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)
1856Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1885serverOptions.ConfigurationLoader.LoadInternal(); 1902serverOptions.ConfigurationLoader.LoadInternal(); 1924Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1951serverOptions.ConfigurationLoader.LoadInternal(); 1987serverOptions.ConfigurationLoader.LoadInternal(); 2106serverOptions.ConfigurationLoader.LoadInternal();