2 implementations of GetConfigType
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
202
public virtual Type
GetConfigType
(string typeName, bool throwOnError)
System\Configuration\Internal\InternalConfigHost.cs (1)
175
Type IInternalConfigHost.
GetConfigType
(string typeName, bool throwOnError)
2 references to GetConfigType
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
204
return Host.
GetConfigType
(typeName, throwOnError);
System\Configuration\TypeUtil.cs (1)
114
type = host.
GetConfigType
(typeString, throwOnError);