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