1 write to AllowExeDefinition
System.Configuration (1)
System\Configuration\MgmtConfigurationRecord.cs (1)
1920factoryRecord.AllowExeDefinition = configSection.SectionInformation.AllowExeDefinition;
6 references to AllowExeDefinition
System.Configuration (6)
System\Configuration\BaseConfigurationRecord.cs (2)
1024|| _initDelayedRoot.IsDefinitionAllowed(factoryRecord.AllowDefinition, factoryRecord.AllowExeDefinition))) { 3556Host.VerifyDefinitionAllowed(configPath, factoryRecord.AllowDefinition, factoryRecord.AllowExeDefinition, errorInfo);
System\Configuration\FactoryRecord.cs (1)
284allowExeDefinition != this.AllowExeDefinition ||
System\Configuration\MgmtConfigurationRecord.cs (1)
1311|| factoryRecord.AllowExeDefinition != configSection.SectionInformation.AllowExeDefinition
System\Configuration\SectionInformation.cs (2)
110_allowExeDefinition = factoryRecord.AllowExeDefinition; 321if (factoryRecord != null && factoryRecord.AllowExeDefinition != value) {