2 references to RemoveRequiredAttribute
System (2)
sys\system\configuration\HandlerBase.cs (1)
195
return
RemoveRequiredAttribute
(node, name, false/*allowEmpty*/);
sys\system\configuration\NameValueSectionHandler.cs (1)
56
String value = HandlerBase.
RemoveRequiredAttribute
(child, valueAttributeName, true/*allowEmptyString*/);