1 instantiation of AnonymousIdentificationEventArgs
System.Web (1)
Security\AnonymousIdentificationModule.cs (1)
221AnonymousIdentificationEventArgs e = new AnonymousIdentificationEventArgs(context);
2 references to AnonymousIdentificationEventArgs
System.Web (2)
Security\AnonymousIdentificationModule.cs (2)
221AnonymousIdentificationEventArgs e = new AnonymousIdentificationEventArgs(context); 402public delegate void AnonymousIdentificationEventHandler(object sender, AnonymousIdentificationEventArgs e);