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