2 writes to AllowLocation
System.Configuration (2)
System\Configuration\FactoryRecord.cs (1)
106
AllowLocation
= allowLocation;
System\Configuration\MgmtConfigurationRecord.cs (1)
1916
factoryRecord.
AllowLocation
= configSection.SectionInformation.AllowLocation;
5 references to AllowLocation
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (1)
3046
if (inLocation && factoryRecord.
AllowLocation
== false) {
System\Configuration\FactoryRecord.cs (1)
282
if ( 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
;
381
if (factoryRecord != null && factoryRecord.
AllowLocation
!= value) {