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