8 references to Name
System.Web (8)
Configuration\ProfileGroupSettings.cs (3)
53
return (o != null &&
Name
== o.
Name
&& Object.Equals(PropertySettings, o.PropertySettings));
57
return
Name
.GetHashCode() ^ PropertySettings.GetHashCode();
Configuration\ProfileGroupSettingsCollection.cs (2)
74
return ((ProfileGroupSettings)element).
Name
;
102
ProfileGroupSettings settingsFromParent = parent.Get(settings.
Name
);
Configuration\ProfileSection.cs (1)
156
hashCombiner.AddObject(pgs.
Name
);
Profile\HttpProfileBase.cs (2)
300
AddProfilePropertySettingsForCompilation(pgs.PropertySettings, ht, pgs.
Name
);
467
AddPropertySettingsFromConfig(baseType, fAnonEnabled, hasLowTrust, pgs.PropertySettings, pgs.
Name
);