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