2 references to GetTypeImpl
System.Configuration (2)
System\Configuration\TypeUtil.cs (2)
98return GetTypeImpl(typeString, throwOnError); 106Type type = GetTypeImpl(typeString, true); // catch the errors and report them