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