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