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