6 references to PropertySettings
System.Web (6)
Configuration\ProfileGroupSettings.cs (3)
53return (o != null && Name == o.Name && Object.Equals(PropertySettings, o.PropertySettings)); 57return Name.GetHashCode() ^ PropertySettings.GetHashCode();
Configuration\ProfileSection.cs (1)
157CalculateProfilePropertySettingsHash(pgs.PropertySettings, hashCombiner);
Profile\HttpProfileBase.cs (2)
300AddProfilePropertySettingsForCompilation(pgs.PropertySettings, ht, pgs.Name); 467AddPropertySettingsFromConfig(baseType, fAnonEnabled, hasLowTrust, pgs.PropertySettings, pgs.Name);