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)
52return _authServiceEnabled.Value; 95if (_authServiceEnabled == null) {