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