4 references to GetTypeWithReflectionPermission
System.Configuration (4)
System\Configuration\FactoryRecord.cs (2)
254t1 = TypeUtil.GetTypeWithReflectionPermission(typeName, false); 255t2 = TypeUtil.GetTypeWithReflectionPermission(_factoryTypeName, false);
System\Configuration\ProtectedConfigurationSection.cs (1)
57Type t = TypeUtil.GetTypeWithReflectionPermission(pn.Type, true);
System\Configuration\TypeNameConverter.cs (1)
40Type result = TypeUtil.GetTypeWithReflectionPermission((string)data, false);