29 references to GetKey
System.Configuration.ConfigurationManager (29)
System\Configuration\ConfigurationElementCollection.cs (29)
303
inheritance[entry.
GetKey
(this)] = InheritedType.InParent;
310
if (inheritance.Contains(entry.
GetKey
(this)))
319
inheritance[entry.
GetKey
(this)] = InheritedType.InBothSame;
323
inheritance[entry.
GetKey
(this)] = InheritedType.InBothDiff;
331
inheritance[entry.
GetKey
(this)] = InheritedType.InBothCopyNoRemove;
337
inheritance[entry.
GetKey
(this)] = InheritedType.InBothDiff;
344
inheritance[entry.
GetKey
(this)] = InheritedType.InBothCopyNoRemove;
351
inheritance[entry.
GetKey
(this)] = InheritedType.InSelf;
360
InheritedType tp = (InheritedType)inheritance[entry.
GetKey
(this)];
362
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
367
BaseRemove(entry.
GetKey
(this), false); // now remove it to for a remove instruction
374
InheritedType tp = (InheritedType)inheritance[entry.
GetKey
(this)];
379
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
407
if (Equals(entry.
GetKey
(this), parentEntry.
GetKey
(this)))
414
if (!IsElementName(entry.
GetKey
(this).ToString()))
432
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
465
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
517
if (!CompareKeys(key, entry.
GetKey
(this))) continue;
592
if (CompareKeys(key, entry.
GetKey
(this))) return index;
604
if (CompareKeys(key, entry.
GetKey
(this))) return index;
707
if (!CompareKeys(key, entry.
GetKey
(this))
738
if (CompareKeys(key, entry.
GetKey
(this)))
837
if (CompareKeys(key, entry.
GetKey
(this))) return entry.Value;
844
if (CompareKeys(key, entry.
GetKey
(this)))
879
keys[index] = entry.
GetKey
(this);
905
return entry.
GetKey
(this);
982
entry.
GetKey
(this)));
1281
_current.Key = entry.
GetKey
(_thisCollection) ?? "key";