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