2 writes to _authenticating
System.Web.Extensions (2)
ApplicationServices\AuthenticationService.cs (2)
39
_authenticating
+= value;
44
_authenticating
-= value;
1 reference to _authenticating
System.Web.Extensions (1)
ApplicationServices\AuthenticationService.cs (1)
75
EventHandler<AuthenticatingEventArgs> handler =
_authenticating
;