2 writes to Name
System.Web (2)
Configuration\ProfilePropertySettings.cs (2)
84Name = name; 90Name = name;
8 references to Name
System.Web (8)
Configuration\ProfilePropertySettingsCollection.cs (1)
93return ((ProfilePropertySettings)element).Name;
Configuration\ProfileSection.cs (1)
168hashCombiner.AddObject(pps.Name);
Profile\HttpProfileBase.cs (6)
328prop.Name = groupName + "." + pps.Name; 331prop.Name = pps.Name; 490string name = (groupName != null) ? (groupName + "." + pps.Name) : pps.Name; 505throw new ConfigurationErrorsException(SR.GetString(SR.Annoymous_id_module_not_enabled, pps.Name), pps.ElementInformation.Properties["allowAnonymous"].Source, pps.ElementInformation.Properties["allowAnonymous"].LineNumber); 516throw new ConfigurationErrorsException(SR.GetString(SR.Property_not_serializable, pps.Name), pps.ElementInformation.Properties["serializeAs"].Source, pps.ElementInformation.Properties["serializeAs"].LineNumber);