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