11 references to BaseGetKey
System.Collections.Specialized (7)
System\Collections\Specialized\NameObjectCollectionBase.cs (6)
213
if (_keyComparer.Equals(name,
BaseGetKey
(i)))
225
if (
BaseGetKey
(i) == null)
242
string? key =
BaseGetKey
(index);
412
allKeys[i] =
BaseGetKey
(i);
526
return _coll.
BaseGetKey
(_pos);
559
return _coll.
BaseGetKey
(index);
System\Collections\Specialized\NameValueCollection.cs (1)
369
return
BaseGetKey
(index);
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
113
return
BaseGetKey
(index);
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
115
return
BaseGetKey
(index);
System\Configuration\ConfigurationValues.cs (1)
64
return
BaseGetKey
(index);
System\Configuration\PropertyInformationCollection.cs (1)
39
internal PropertyInformation this[int index] => (PropertyInformation)BaseGet(
BaseGetKey
(index));