2 writes to _authenticationIsComplete
System.Web.Extensions (2)
ApplicationServices\AuthenticatingEventArgs.cs (2)
23
set {
_authenticationIsComplete
= value; }
43
_authenticationIsComplete
= false;
1 reference to _authenticationIsComplete
System.Web.Extensions (1)
ApplicationServices\AuthenticatingEventArgs.cs (1)
22
get { return
_authenticationIsComplete
; }