1 write to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
368ConfigSection = configSection;
4 references to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
ConfigurationReaderTests.cs (4)
182Assert.False(end1.Certificate.ConfigSection.Exists()); 190Assert.False(end2.Certificate.ConfigSection.Exists()); 198Assert.True(end3.Certificate.ConfigSection.Exists()); 211Assert.True(end4.Certificate.ConfigSection.Exists());