22 references to BaseGet
System (4)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
562allValues[i] = BaseGet(i); 579allValues[i] = BaseGet(i);
compmod\system\collections\specialized\namevaluecollection.cs (2)
351ArrayList values = (ArrayList)BaseGet(index); 359ArrayList values = (ArrayList)BaseGet(index);
System.Configuration (1)
System\Configuration\ConfigurationValues.cs (1)
64return (ConfigurationValue)BaseGet(index);
System.ServiceModel.Internals (1)
System\Runtime\UrlUtility.cs (1)
591ArrayList values = (ArrayList)BaseGet(i);
System.Web (15)
Configuration\VirtualDirectoryMappingCollection.cs (1)
79return (VirtualDirectoryMapping) BaseGet(index);
httpapplicationstate.cs (1)
234obj = BaseGet(index);
HttpCookieCollection.cs (3)
67object value = col.BaseGet(i); 108HttpCookie cookie = (HttpCookie) cookies.BaseGet(i); 293HttpCookie cookie = (HttpCookie)BaseGet(index);
HttpDictionary.cs (1)
37return BaseGet(index);
HttpFileCollection.cs (3)
53object value = col.BaseGet(i); 99_filesAwaitingValidation.Add((HttpPostedFile)BaseGet(i)); 183HttpPostedFile file = (HttpPostedFile)BaseGet(index);
HttpModuleCollection.cs (1)
95return(IHttpModule)BaseGet(index);
HttpServerVarsCollection.cs (1)
326return GetServerVar(BaseGet(index));
HttpValueCollection.cs (1)
48object value = col.BaseGet(i);
State\SessionStateItemCollection.cs (3)
79return BaseGet(index); 372Object obj = BaseGet(index); 539value = BaseGet(i);
System.Web.Mobile (1)
UI\MobileControls\StyleSheet.cs (1)
707return (Style)BaseGet(i);