5 references to RemoveRequiredAttribute
System (5)
sys\system\configuration\DictionarySectionHandler.cs (3)
52
String key = HandlerBase.
RemoveRequiredAttribute
(child, KeyAttributeName);
55
value = HandlerBase.
RemoveRequiredAttribute
(child, ValueAttributeName);
67
String key = HandlerBase.
RemoveRequiredAttribute
(child, KeyAttributeName);
sys\system\configuration\NameValueSectionHandler.cs (2)
55
String key = HandlerBase.
RemoveRequiredAttribute
(child, keyAttriuteName);
62
String key = HandlerBase.
RemoveRequiredAttribute
(child, keyAttriuteName);