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