2 writes to AllowLocation
System.Configuration.ConfigurationManager (2)
System\Configuration\FactoryRecord.cs (1)
93AllowLocation = allowLocation;
System\Configuration\MgmtConfigurationRecord.cs (1)
1761factoryRecord.AllowLocation = configSection.SectionInformation.AllowLocation;
5 references to AllowLocation
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (1)
2469if (inLocation && (factoryRecord.AllowLocation == false))
System\Configuration\FactoryRecord.cs (1)
246if ((allowLocation != AllowLocation) ||
System\Configuration\MgmtConfigurationRecord.cs (1)
1133|| (factoryRecord.AllowLocation != configSection.SectionInformation.AllowLocation)
System\Configuration\SectionInformation.cs (2)
163if ((factoryRecord != null) && (factoryRecord.AllowLocation != value)) 432_flags[FlagAllowLocation] = factoryRecord.AllowLocation;