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