1 write to Value
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigSectionClone.cs (1)
15Value = configSection.Value;
3 references to Value
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\ConfigSectionClone.cs (3)
33if (Value != other.Value || Children.Count != other.Children.Count) 54public override int GetHashCode() => HashCode.Combine(Value, Children.Count);