3 writes to _allowExeDefinition
System.Configuration.ConfigurationManager (3)
System\Configuration\SectionInformation.cs (3)
54_allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; 119_allowExeDefinition = value; 431_allowExeDefinition = factoryRecord.AllowExeDefinition;
2 references to _allowExeDefinition
System.Configuration.ConfigurationManager (2)
System\Configuration\SectionInformation.cs (2)
107get { return _allowExeDefinition; } 293=> (_configRecord == null) || _configRecord.IsDefinitionAllowed(_allowDefinition, _allowExeDefinition);