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