1 write to Children
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigSectionClone.cs (1)
19Children = children.ToDictionary(child => child.Key, child => new ConfigSectionClone(child));
5 references to Children
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\ConfigSectionClone.cs (5)
33if (Value != other.Value || Children.Count != other.Children.Count) 38foreach (var kvp in Children) 40if (!other.Children.TryGetValue(kvp.Key, out var child)) 54public override int GetHashCode() => HashCode.Combine(Value, Children.Count);