5 references to RemoveRequiredAttribute
System.Configuration.ConfigurationManager (5)
System\Configuration\DictionarySectionHandler.cs (3)
51
string key = HandlerBase.
RemoveRequiredAttribute
(child, KeyAttributeName);
53
HandlerBase.
RemoveRequiredAttribute
(child, ValueAttributeName) :
62
string key = HandlerBase.
RemoveRequiredAttribute
(child, KeyAttributeName);
System\Configuration\NameValueSectionHandler.cs (2)
54
string key = HandlerBase.
RemoveRequiredAttribute
(child, keyAttriuteName);
62
string key = HandlerBase.
RemoveRequiredAttribute
(child, keyAttriuteName);