1 write to s_Enabled
System.Web (1)
Security\AnonymousIdentificationModule.cs (1)
319s_Enabled = settings.Enabled;
4 references to s_Enabled
System.Web (4)
Security\AnonymousIdentificationModule.cs (4)
71if (!s_Enabled || !context.Request.IsAuthenticated) { 120if (s_Enabled) { 136if (!s_Enabled) 284return s_Enabled;