5 references to GetTypeWithReflectionPermission
System.Configuration (5)
System\Configuration\FactoryRecord.cs (2)
250
t1 = TypeUtil.
GetTypeWithReflectionPermission
(host, typeName, false);
251
t2 = TypeUtil.
GetTypeWithReflectionPermission
(host, _factoryTypeName, false);
System\Configuration\MgmtConfigurationRecord.cs (2)
126
Type type = TypeUtil.
GetTypeWithReflectionPermission
(Host, factoryRecord.FactoryTypeName, true);
182
type = TypeUtil.
GetTypeWithReflectionPermission
(Host, factoryRecord.FactoryTypeName, true);
System\Configuration\RuntimeConfigurationRecord.cs (1)
150
Type type = TypeUtil.
GetTypeWithReflectionPermission
(configRecord.Host, factoryRecord.FactoryTypeName, true);