5 implementations of IConfigurationSectionHandler
System.Configuration.ConfigurationManager (5)
System\Configuration\DictionarySectionHandler.cs (1)
18
public class DictionarySectionHandler :
IConfigurationSectionHandler
System\Configuration\IgnoreSectionHandler.cs (1)
8
public class IgnoreSectionHandler :
IConfigurationSectionHandler
System\Configuration\NameValueFileSectionHandler.cs (1)
18
public class NameValueFileSectionHandler :
IConfigurationSectionHandler
System\Configuration\NameValueSectionHandler.cs (1)
11
public class NameValueSectionHandler :
IConfigurationSectionHandler
System\Configuration\SingleTagSectionHandler.cs (1)
14
public class SingleTagSectionHandler :
IConfigurationSectionHandler
5 references to IConfigurationSectionHandler
System (1)
src\libraries\shims\System\ref\System.cs (1)
426
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
IConfigurationSectionHandler
))]
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
133
TypeUtil.VerifyAssignableType(typeof(
IConfigurationSectionHandler
), type, true);
System\Configuration\RuntimeConfigurationRecord.cs (3)
85
private
IConfigurationSectionHandler
_sectionHandler;
110
TypeUtil.VerifyAssignableType(typeof(
IConfigurationSectionHandler
), type, true);
114
(
IConfigurationSectionHandler
)TypeUtil.CreateInstance(type);