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