9 references to PropertySettings
System.Web (9)
Configuration\ProfileSection.cs (3)
152
CalculateProfilePropertySettingsHash(
PropertySettings
, hashCombiner);
154
if (
PropertySettings
!= null) {
155
foreach (ProfileGroupSettings pgs in
PropertySettings
.GroupSettings) {
Profile\HttpProfileBase.cs (6)
294
if (config.
PropertySettings
== null) {
298
AddProfilePropertySettingsForCompilation(config.
PropertySettings
, ht, null);
299
foreach (ProfileGroupSettings pgs in config.
PropertySettings
.GroupSettings) {
464
if (config.
PropertySettings
!= null) {
465
AddPropertySettingsFromConfig(baseType, fAnonEnabled, hasLowTrust, config.
PropertySettings
, null);
466
foreach (ProfileGroupSettings pgs in config.
PropertySettings
.GroupSettings) {