1 write to s_Enabled
System.Web (1)
Profile\ProfileManager.cs (1)
333s_Enabled = config.Enabled && HttpRuntime.HasAspNetHostingPermission(AspNetHostingPermissionLevel.Low);
4 references to s_Enabled
System.Web (4)
Profile\ProfileManager.cs (4)
273return s_Enabled; 334s_AutomaticSaveEnabled = s_Enabled && config.AutomaticSaveEnabled; 337if (initProviders && s_Enabled && (!s_InitializedProviders || !s_InitializeDefaultProvider)) { 356if (throwIfNotEnabled && !s_Enabled)