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