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