5 references to GetType
System.Configuration.ConfigurationManager (5)
System\Configuration\FactoryRecord.cs (2)
218t1 = TypeUtil.GetType(typeName, false); 219t2 = TypeUtil.GetType(FactoryTypeName, false);
System\Configuration\ProtectedConfigurationSection.cs (1)
79Type t = TypeUtil.GetType(pn.Type, true);
System\Configuration\TypeNameConverter.cs (1)
25Type result = TypeUtil.GetType((string)data, false);
System\Configuration\TypeUtil.cs (1)
130Type type = GetType(typeString, true);