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