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