2 overrides of IsElementName
System.Web (2)
Configuration\AuthorizationRuleCollection.cs (1)
88
protected override bool
IsElementName
(string elementname) {
Configuration\TrustLevelCollection.cs (1)
75
protected override bool
IsElementName
(string elementname) {
3 references to IsElementName
System.Configuration (3)
System\Configuration\ConfigurationElementCollection.cs (3)
344
if (!
IsElementName
(entry.GetKey(this).ToString())) {
1124
else if (
IsElementName
(elementName)) { // this section handle the collection like the allow deny senario which
1195
return (elementName == ElementName) ||
IsElementName
(elementName);