3 references to NameValueSectionHandler
System (1)
src\libraries\shims\System\ref\System.cs (1)
435
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
NameValueSectionHandler
))]
System.Configuration.ConfigurationManager (2)
System\Configuration\NameValueFileSectionHandler.cs (2)
27
result =
NameValueSectionHandler
.CreateStatic(result, section);
63
result =
NameValueSectionHandler
.CreateStatic(result, doc.DocumentElement);