18 references to ProfileSection
System.Web (18)
Compilation\BuildManager.cs (1)
650ProfileSection profileSection = appConfig.Profile;
Compilation\ProfileBuildProvider.cs (2)
115ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 287ProfileSection config = MTConfigUtil.GetProfileAppConfig();
Configuration\MTConfigUtil.cs (3)
38static internal ProfileSection GetProfileAppConfig() { 42return GetAppConfig<ProfileSection>(); 187else if (typeof(S) == typeof(ProfileSection)) {
Configuration\RuntimeConfig.cs (3)
379internal ProfileSection Profile { 381return (ProfileSection) GetSection("system.web/profile", typeof(ProfileSection), ResultsIndex.Profile);
Configuration\SystemWebSectionGroup.cs (2)
191public ProfileSection Profile { 193return (ProfileSection)Sections["profile"];
Profile\HttpProfileBase.cs (5)
227ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 239ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 260ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 293ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 388ProfileSection config = MTConfigUtil.GetProfileAppConfig();
Profile\ProfileManager.cs (2)
331ProfileSection config = MTConfigUtil.GetProfileAppConfig(); 363static private void InitProviders(ProfileSection config)