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