2 references to ConfigSectionClone
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\ConfigSectionClone.cs (1)
19Children = children.ToDictionary(child => child.Key, child => new ConfigSectionClone(child));
Internal\ConfigurationReader.cs (1)
288_configSectionClone = new ConfigSectionClone(configSection);