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