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