Base:
method
GetHashCode
System.Configuration.ConfigurationElement.GetHashCode()
1 override of GetHashCode
System.Web (1)
Configuration\RootProfilePropertySettingsCollection.cs (1)
103public override int GetHashCode() {
3 references to GetHashCode
System.Web (3)
Configuration\ProfileGroupSettings.cs (1)
57return Name.GetHashCode() ^ PropertySettings.GetHashCode();
Configuration\RootProfilePropertySettingsCollection.cs (2)
104return HashCodeCombiner.CombineHashCodes(base.GetHashCode(), GroupSettings.GetHashCode());