1 instantiation of ProfileSettings
System.Web (1)
Configuration\ProfileSettingsCollection.cs (1)
63return new ProfileSettings();
9 references to ProfileSettings
System.Web (9)
Configuration\HealthMonitoringSectionHelper.cs (1)
252ProfileSettings profileSettings = null;
Configuration\ProfileSettingsCollection.cs (8)
24[ConfigurationCollection(typeof(ProfileSettings))] 43public ProfileSettings this[int index] { 45return (ProfileSettings)BaseGet(index); 55public new ProfileSettings this[string key] { 57return (ProfileSettings)BaseGet(key); 67return ((ProfileSettings)element).Name; 71public void Add(ProfileSettings profilesSettings) { 83public void Insert(int index, ProfileSettings authorizationSettings) {