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