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