2 writes to AllowLocation
System.Configuration (2)
System\Configuration\FactoryRecord.cs (1)
106AllowLocation = allowLocation;
System\Configuration\MgmtConfigurationRecord.cs (1)
1916factoryRecord.AllowLocation = configSection.SectionInformation.AllowLocation;
5 references to AllowLocation
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (1)
3046if (inLocation && factoryRecord.AllowLocation == false) {
System\Configuration\FactoryRecord.cs (1)
282if ( allowLocation != this.AllowLocation ||
System\Configuration\MgmtConfigurationRecord.cs (1)
1307|| factoryRecord.AllowLocation != configSection.SectionInformation.AllowLocation
System\Configuration\SectionInformation.cs (2)
111_flags[ Flag_AllowLocation ] = factoryRecord.AllowLocation; 381if (factoryRecord != null && factoryRecord.AllowLocation != value) {