2 implementations of GetConfigType
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
224public virtual Type GetConfigType(string typeName, bool throwOnError) {
System\Configuration\Internal\InternalConfigHost.cs (1)
436Type IInternalConfigHost.GetConfigType(string typeName, bool throwOnError) {
2 references to GetConfigType
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
225return Host.GetConfigType(typeName, throwOnError);
System\Configuration\TypeUtil.cs (1)
81type = host.GetConfigType(typeString, throwOnError);