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