2 references to OnEnter
System.Web (2)
Security\BackStopAuthenticationModule.cs (2)
73
app.PostAuthenticateRequest += new EventHandler(this.
OnEnter
);
76
app.DefaultAuthentication += new EventHandler(this.
OnEnter
);