45 references to HandlerBase
System (45)
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (22)
42
HandlerBase
.CheckForUnrecognizedAttributes(section);
54
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(child))
87
HandlerBase
.ThrowUnrecognizedElement(child);
91
HandlerBase
.CheckForUnrecognizedAttributes(child);
113
if (
HandlerBase
.GetAndRemoveBooleanAttribute(assertNode, "assertuienabled", ref assertuienabled) != null)
117
if (
HandlerBase
.GetAndRemoveStringAttribute(assertNode, "logfilename", ref logfilename) != null)
120
HandlerBase
.CheckForChildNodes(assertNode);
125
if (
HandlerBase
.GetAndRemoveIntegerAttribute(countersNode, "filemappingsize", ref filemappingsize) != null) {
131
HandlerBase
.CheckForChildNodes(countersNode);
137
if (
HandlerBase
.GetAndRemoveBooleanAttribute(traceNode, "autoflush", ref autoflush) != null)
141
if (
HandlerBase
.GetAndRemoveIntegerAttribute(traceNode, "indentsize", ref indentsize) != null)
145
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(traceChild))
156
HandlerBase
.ThrowUnrecognizedElement(traceChild);
162
HandlerBase
.CheckForUnrecognizedAttributes(listenersNode);
164
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(listenersChild))
176
HandlerBase
.ThrowUnrecognizedElement(listenersChild);
180
HandlerBase
.GetAndRemoveStringAttribute(listenersChild, "name", ref name);
181
HandlerBase
.GetAndRemoveStringAttribute(listenersChild, "type", ref className);
182
HandlerBase
.GetAndRemoveStringAttribute(listenersChild, "initializeData", ref initializeData);
183
HandlerBase
.CheckForUnrecognizedAttributes(listenersChild);
184
HandlerBase
.CheckForChildNodes(listenersChild);
244
HandlerBase
.ThrowUnrecognizedElement(listenersChild);
sys\system\configuration\DictionarySectionHandler.cs (13)
41
HandlerBase
.CheckForUnrecognizedAttributes(section);
46
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(child))
51
HandlerBase
.CheckForChildNodes(child);
52
String key =
HandlerBase
.RemoveRequiredAttribute(child, KeyAttributeName);
55
value =
HandlerBase
.RemoveRequiredAttribute(child, ValueAttributeName);
57
value =
HandlerBase
.RemoveAttribute(child, ValueAttributeName);
58
HandlerBase
.CheckForUnrecognizedAttributes(child);
66
HandlerBase
.CheckForChildNodes(child);
67
String key =
HandlerBase
.RemoveRequiredAttribute(child, KeyAttributeName);
68
HandlerBase
.CheckForUnrecognizedAttributes(child);
73
HandlerBase
.CheckForChildNodes(child);
74
HandlerBase
.CheckForUnrecognizedAttributes(child);
78
HandlerBase
.ThrowUnrecognizedElement(child);
sys\system\configuration\NameValueSectionHandler.cs (9)
45
HandlerBase
.CheckForUnrecognizedAttributes(section);
50
if (
HandlerBase
.IsIgnorableAlsoCheckForNonElement(child))
55
String key =
HandlerBase
.RemoveRequiredAttribute(child, keyAttriuteName);
56
String value =
HandlerBase
.RemoveRequiredAttribute(child, valueAttributeName, true/*allowEmptyString*/);
57
HandlerBase
.CheckForUnrecognizedAttributes(child);
62
String key =
HandlerBase
.RemoveRequiredAttribute(child, keyAttriuteName);
63
HandlerBase
.CheckForUnrecognizedAttributes(child);
68
HandlerBase
.CheckForUnrecognizedAttributes(child);
72
HandlerBase
.ThrowUnrecognizedElement(child);
sys\system\configuration\SingleTagSectionHandler.cs (1)
41
HandlerBase
.CheckForChildNodes(section);