3 writes to AllowExeDefinition
System.Configuration.ConfigurationManager (3)
System\Configuration\FactoryRecord.cs (2)
48AllowExeDefinition = allowExeDefinition; 91AllowExeDefinition = allowExeDefinition;
System\Configuration\MgmtConfigurationRecord.cs (1)
1766factoryRecord.AllowExeDefinition = configSection.SectionInformation.AllowExeDefinition;
8 references to AllowExeDefinition
System.Configuration.ConfigurationManager (8)
System\Configuration\BaseConfigurationRecord.cs (2)
901factoryRecord.AllowExeDefinition))) 3001Host.VerifyDefinitionAllowed(configPath, factoryRecord.AllowDefinition, factoryRecord.AllowExeDefinition,
System\Configuration\FactoryRecord.cs (3)
176AllowExeDefinition, 195AllowExeDefinition, 248(allowExeDefinition != AllowExeDefinition) ||
System\Configuration\MgmtConfigurationRecord.cs (1)
1137|| (factoryRecord.AllowExeDefinition != configSection.SectionInformation.AllowExeDefinition)
System\Configuration\SectionInformation.cs (2)
116if ((factoryRecord != null) && (factoryRecord.AllowExeDefinition != value)) 431_allowExeDefinition = factoryRecord.AllowExeDefinition;