2 writes to _authServiceEnabled
System.Web.Extensions (2)
ApplicationServices\ApplicationServiceHelper.cs (2)
100
_authServiceEnabled
= authServicesSection.Enabled;
103
_authServiceEnabled
= false;
2 references to _authServiceEnabled
System.Web.Extensions (2)
ApplicationServices\ApplicationServiceHelper.cs (2)
52
return
_authServiceEnabled
.Value;
95
if (
_authServiceEnabled
== null) {