3 writes to IsFactoryTrustedWithoutAptca
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
2245rootFactoryRecord.IsFactoryTrustedWithoutAptca = isFactoryTrustedWithoutAptca; 2254factoryRecord.IsFactoryTrustedWithoutAptca = rootFactoryRecord.IsFactoryTrustedWithoutAptca;
System\Configuration\MgmtConfigurationRecord.cs (1)
816factoryRecord.IsFactoryTrustedWithoutAptca = TypeUtil.IsTypeFromTrustedAssemblyWithoutAptca(configSection.GetType());
2 references to IsFactoryTrustedWithoutAptca
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
1243isResultTrustedWithoutAptca = factoryRecord.IsFactoryTrustedWithoutAptca; 2254factoryRecord.IsFactoryTrustedWithoutAptca = rootFactoryRecord.IsFactoryTrustedWithoutAptca;