29 references to GetKey
System.Configuration.ConfigurationManager (29)
System\Configuration\ConfigurationElementCollection.cs (29)
300
inheritance[entry.
GetKey
(this)] = InheritedType.InParent;
307
if (inheritance.Contains(entry.
GetKey
(this)))
316
inheritance[entry.
GetKey
(this)] = InheritedType.InBothSame;
320
inheritance[entry.
GetKey
(this)] = InheritedType.InBothDiff;
328
inheritance[entry.
GetKey
(this)] = InheritedType.InBothCopyNoRemove;
334
inheritance[entry.
GetKey
(this)] = InheritedType.InBothDiff;
341
inheritance[entry.
GetKey
(this)] = InheritedType.InBothCopyNoRemove;
348
inheritance[entry.
GetKey
(this)] = InheritedType.InSelf;
357
InheritedType tp = (InheritedType)inheritance[entry.
GetKey
(this)];
359
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
364
BaseRemove(entry.
GetKey
(this), false); // now remove it to for a remove instruction
371
InheritedType tp = (InheritedType)inheritance[entry.
GetKey
(this)];
376
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
404
if (Equals(entry.
GetKey
(this), parentEntry.
GetKey
(this)))
411
if (!IsElementName(entry.
GetKey
(this).ToString()))
429
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
462
ConfigurationElement elem = CallCreateNewElement(entry.
GetKey
(this).ToString());
514
if (!CompareKeys(key, entry.
GetKey
(this))) continue;
589
if (CompareKeys(key, entry.
GetKey
(this))) return index;
601
if (CompareKeys(key, entry.
GetKey
(this))) return index;
704
if (!CompareKeys(key, entry.
GetKey
(this))
735
if (CompareKeys(key, entry.
GetKey
(this)))
834
if (CompareKeys(key, entry.
GetKey
(this))) return entry.Value;
841
if (CompareKeys(key, entry.
GetKey
(this)))
876
keys[index] = entry.
GetKey
(this);
902
return entry.
GetKey
(this);
979
entry.
GetKey
(this)));
1278
_current.Key = entry.
GetKey
(_thisCollection) ?? "key";