7 references to GetElementKeyInternal
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElementCollection.cs (7)
512
object key =
GetElementKeyInternal
(element);
588
object key =
GetElementKeyInternal
(element);
601
object key =
GetElementKeyInternal
(element);
659
object key =
GetElementKeyInternal
(element);
704
object key =
GetElementKeyInternal
(element);
1113
if (IsElementRemovable(elem)) BaseRemove(
GetElementKeyInternal
(elem), false);
1259
return Value != null ? thisCollection.
GetElementKeyInternal
(Value) : _key;