35 references to IsLocationConfig
System.Configuration.ConfigurationManager (35)
System\Configuration\BaseConfigurationRecord.cs (12)
193=> IsLocationConfig ? _parent._configStreamInfo : _configStreamInfo; 330_configStreamInfo = IsLocationConfig ? _parent.ConfigStreamInfo : new ConfigRecordStreamInfo(); 356if (IsLocationConfig && (_parent._locationSections != null)) 384if (IsLocationConfig && Host.IsLocationApplicable(_configPath)) 401IsLocationConfig && 495if (!IsLocationConfig) 1173Debug.Assert(!(IsLocationConfig && getLkg), 1223Debug.Assert(IsLocationConfig, 2222if (IsLocationConfig && ReferenceEquals(immediateParent, parent)) 2254if (IsLocationConfig) atDeclarationLevel = Parent.GetFactoryRecord(configKey, true) != null; 3329BaseConfigurationRecord current = IsLocationConfig ? _parent._parent : _parent; 3490if (!IsLocationConfig && ConfigStreamInfo.HasStreamInfos)
System\Configuration\ConfigurationSectionGroup.cs (2)
42if (_configRecord.IsLocationConfig) 155if ((_configRecord != null) && _configRecord.IsLocationConfig)
System\Configuration\MgmtConfigurationRecord.cs (19)
102if (IsLocationConfig && 349Debug.Assert(IsLocationConfig, "Indirect location inputs exist only in location config record"); 501if (IsLocationConfig) 657if (IsLocationConfig) 764if (!IsLocationConfig && (_factoryRecords != null) && _factoryRecords.Contains(configKey)) 817if (IsLocationConfig) 937if (!IsLocationConfig) _factoryRecords?.Remove(descendent.ConfigKey); 1293if (IsLocationConfig) 1772string definitionConfigPath = IsLocationConfig ? _parent.ConfigPath : ConfigPath; 1909if (!IsLocationConfig && (_locationSections != null) && (_removedSections != null) && 2080Debug.Assert(IsLocationConfig, "IsLocationConfig"); 2328if (!IsLocationConfig) 2694if (IsLocationConfig) 2784if (HasRemovedSectionsOrGroups && !IsLocationConfig && Host.SupportsLocation) 2802if (!elementLocationPathApplies && !IsLocationConfig) removedSectionOrGroup = true; 2810if (!elementLocationPathApplies && !IsLocationConfig) removedSectionOrGroup = true; 2828if (!elementLocationPathApplies && !IsLocationConfig) 2851if (!elementLocationPathApplies && !IsLocationConfig) 3154if (IsLocationConfig)
System\Configuration\SectionInformation.cs (2)
519_configRecord.IsLocationConfig) 540if ((_configRecord != null) && _configRecord.IsLocationConfig)