5 references to GetType
System.Configuration.ConfigurationManager (5)
System\Configuration\FactoryRecord.cs (2)
213t1 = TypeUtil.GetType(host, typeName, false); 214t2 = TypeUtil.GetType(host, FactoryTypeName, false);
System\Configuration\MgmtConfigurationRecord.cs (2)
127Type type = TypeUtil.GetType(Host, factoryRecord.FactoryTypeName, throwOnError: true); 169: TypeUtil.GetType(Host, factoryRecord.FactoryTypeName, true);
System\Configuration\RuntimeConfigurationRecord.cs (1)
95Type type = TypeUtil.GetType(configRecord.Host, factoryRecord.FactoryTypeName,