3 references to IsElementName
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationElementCollection.cs (3)
414
if (!
IsElementName
(entry.GetKey(this).ToString()))
1149
if (!
IsElementName
(elementName)) return false;
1222
return (elementName == ElementName) ||
IsElementName
(elementName);