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