2 references to RemoveRequiredAttribute
System.Configuration.ConfigurationManager (2)
System\Configuration\HandlerBase.cs (1)
125
return
RemoveRequiredAttribute
(node, name, false/*allowEmpty*/);
System\Configuration\NameValueSectionHandler.cs (1)
55
string value = HandlerBase.
RemoveRequiredAttribute
(child, valueAttributeName, true/*allowEmptyString*/);