5 references to Get
System.Web (5)
HttpApplication.cs (2)
509
ISessionStateModule module = _moduleCollection.
Get
(i) as ISessionStateModule;
2456
IHttpModule httpModule = _moduleCollection.
Get
(i);
HttpModuleCollection.cs (3)
43
_all[i] =
Get
(i);
61
AddModule(other.BaseGetKey(i), other.
Get
(i));
112
get { return
Get
(index);}