23 references to HandlerBase
System.Configuration.ConfigurationManager (23)
System\Configuration\DictionarySectionHandler.cs (13)
38
HandlerBase
.CheckForUnrecognizedAttributes(section);
44
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(child))
50
HandlerBase
.CheckForChildNodes(child);
51
string key =
HandlerBase
.RemoveRequiredAttribute(child, KeyAttributeName);
53
HandlerBase
.RemoveRequiredAttribute(child, ValueAttributeName) :
54
HandlerBase
.RemoveAttribute(child, ValueAttributeName);
55
HandlerBase
.CheckForUnrecognizedAttributes(child);
61
HandlerBase
.CheckForChildNodes(child);
62
string key =
HandlerBase
.RemoveRequiredAttribute(child, KeyAttributeName);
63
HandlerBase
.CheckForUnrecognizedAttributes(child);
69
HandlerBase
.CheckForChildNodes(child);
70
HandlerBase
.CheckForUnrecognizedAttributes(child);
75
HandlerBase
.ThrowUnrecognizedElement(child);
System\Configuration\NameValueSectionHandler.cs (9)
42
HandlerBase
.CheckForUnrecognizedAttributes(section);
48
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(child))
54
string key =
HandlerBase
.RemoveRequiredAttribute(child, keyAttriuteName);
55
string value =
HandlerBase
.RemoveRequiredAttribute(child, valueAttributeName, true/*allowEmptyString*/);
56
HandlerBase
.CheckForUnrecognizedAttributes(child);
62
string key =
HandlerBase
.RemoveRequiredAttribute(child, keyAttriuteName);
63
HandlerBase
.CheckForUnrecognizedAttributes(child);
69
HandlerBase
.CheckForUnrecognizedAttributes(child);
74
HandlerBase
.ThrowUnrecognizedElement(child);
System\Configuration\SingleTagSectionHandler.cs (1)
36
HandlerBase
.CheckForChildNodes(section);