1 write to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
286ConfigSection = configSection;
5 references to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
413var endpointConfig = new EndpointConfiguration(https, listenOptions, httpsOptions, endpoint.ConfigSection);
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
ConfigurationReaderTests.cs (4)
180Assert.NotNull(end1.ConfigSection); 188Assert.NotNull(end2.ConfigSection); 196Assert.NotNull(end3.ConfigSection); 209Assert.NotNull(end4.ConfigSection);