26 references to BaseGetKey
System (7)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (6)
359if (_keyComparer.Equals(name, BaseGetKey(i))) 369if (BaseGetKey(i) == null) 385String key = BaseGetKey(index); 548allKeys[i] = BaseGetKey(i); 656return _coll.BaseGetKey(_pos); 687return _coll.BaseGetKey(index);
compmod\system\collections\specialized\namevaluecollection.cs (1)
367return BaseGetKey(index);
System.Configuration (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
165return BaseGetKey(index);
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
171return (string) BaseGetKey(index);
System\Configuration\ConfigurationValues.cs (1)
49return BaseGetKey(index);
System\Configuration\PropertyInformationCollection.cs (1)
63return (PropertyInformation)BaseGet(BaseGetKey(index));
System.Web (15)
Configuration\VirtualDirectoryMappingCollection.cs (1)
89return BaseGetKey(index);
httpapplicationstate.cs (1)
253s = BaseGetKey(index);
HttpCookieCollection.cs (2)
66string key = col.BaseGetKey(i); 309return BaseGetKey(index);
HttpDictionary.cs (1)
41return BaseGetKey(index);
HttpFileCollection.cs (2)
52string key = col.BaseGetKey(i); 197return BaseGetKey(index);
HttpModuleCollection.cs (2)
61AddModule(other.BaseGetKey(i), other.Get(i)); 103return BaseGetKey(index);
HttpValueCollection.cs (1)
47string key = col.BaseGetKey(i);
State\SessionStateItemCollection.cs (5)
96return BaseGetKey(index); 477key = BaseGetKey(i); 492key = BaseGetKey(i); 594d._serializedItems[d.BaseGetKey(0)] = new SerializedItemPosition(0, offset0); 599d._serializedItems[d.BaseGetKey(i)] = new SerializedItemPosition(offset0, offset1 - offset0);