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)
1857Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1886serverOptions.ConfigurationLoader.LoadInternal(); 1903serverOptions.ConfigurationLoader.LoadInternal(); 1925Action load = loadInternal ? serverOptions.ConfigurationLoader.LoadInternal : serverOptions.ConfigurationLoader.Load; 1952serverOptions.ConfigurationLoader.LoadInternal(); 1988serverOptions.ConfigurationLoader.LoadInternal(); 2107serverOptions.ConfigurationLoader.LoadInternal();