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