4 references to GetConstructorWithReflectionPermission
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (3)
137
ConstructorInfo ctor = TypeUtil.
GetConstructorWithReflectionPermission
(type, typeof(ConfigurationSection), true);
185
ConstructorInfo ctor = TypeUtil.
GetConstructorWithReflectionPermission
(type, typeof(ConfigurationSectionGroup), true);
813
factoryRecord.Factory = TypeUtil.
GetConstructorWithReflectionPermission
(
System\Configuration\RuntimeConfigurationRecord.cs (1)
154
_sectionCtor = TypeUtil.
GetConstructorWithReflectionPermission
(type, typeof(ConfigurationSection), true);