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