7 references to GetElementKeyInternal
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElementCollection.cs (7)
509
object key =
GetElementKeyInternal
(element);
585
object key =
GetElementKeyInternal
(element);
598
object key =
GetElementKeyInternal
(element);
656
object key =
GetElementKeyInternal
(element);
701
object key =
GetElementKeyInternal
(element);
1110
if (IsElementRemovable(elem)) BaseRemove(
GetElementKeyInternal
(elem), false);
1256
return Value != null ? thisCollection.
GetElementKeyInternal
(Value) : _key;