7 references to AllowLocation
System.Configuration (7)
System\Configuration\MgmtConfigurationRecord.cs (6)
801
configSection.SectionInformation.
AllowLocation
,
1307
|| factoryRecord.AllowLocation != configSection.SectionInformation.
AllowLocation
1335
if ( !configSection.SectionInformation.
AllowLocation
||
1341
configSection.SectionInformation.
AllowLocation
?
1726
if (!configSection.SectionInformation.
AllowLocation
&& (!overrideMode.IsDefaultForLocationTag || !inheritInChildApplications)) {
1916
factoryRecord.AllowLocation = configSection.SectionInformation.
AllowLocation
;
System\Configuration\SectionInformation.cs (1)
646
if (!
AllowLocation
|| _configKey == BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION) {