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