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