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