35 references to IsLocationConfig
System.Configuration (35)
System\Configuration\BaseConfigurationRecord.cs (12)
342if (IsLocationConfig) { 374if (IsLocationConfig && _parent._locationSections != null) { 400if (IsLocationConfig && Host.IsLocationApplicable(_configPath)) { 437IsLocationConfig && 541if (!IsLocationConfig) { 853if (IsLocationConfig) { 1545Debug.Assert(!(IsLocationConfig && getLkg), 1597Debug.Assert(IsLocationConfig, "indirectLocationInputs is non-null only in location config record"); 2793if (IsLocationConfig && object.ReferenceEquals(immediateParent, parent)) { 2823if (IsLocationConfig) { 3944if (IsLocationConfig) { 4118if (!IsLocationConfig && ConfigStreamInfo.HasStreamInfos) {
System\Configuration\ConfigurationSectionGroup.cs (2)
123if (_configRecord != null && _configRecord.IsLocationConfig) { 158if (_configRecord.IsLocationConfig) {
System\Configuration\MgmtConfigurationRecord.cs (19)
73if ( IsLocationConfig && 436Debug.Assert(IsLocationConfig, "Indirect location inputs exist only in location config record"); 583if (IsLocationConfig) { 757if (IsLocationConfig) { 885if (!IsLocationConfig && _factoryRecords != null && _factoryRecords.Contains(configKey)) { 941if (IsLocationConfig) { 1097if (!IsLocationConfig && _factoryRecords != null) { 1476if (IsLocationConfig) 1926string definitionConfigPath = (IsLocationConfig) ? _parent.ConfigPath : ConfigPath; 2052if (!IsLocationConfig && _locationSections != null && _removedSections != null && _removedSections.Count > 0) { 2212Debug.Assert(IsLocationConfig, "IsLocationConfig"); 2447if (!IsLocationConfig) { 2817if (IsLocationConfig) { 2891if (HasRemovedSectionsOrGroups && !IsLocationConfig && Host.SupportsLocation) { 2906if (!elementLocationPathApplies && !IsLocationConfig) { 2912if (!elementLocationPathApplies && !IsLocationConfig) { 2926else if (!elementLocationPathApplies && !IsLocationConfig) { 2945else if (!elementLocationPathApplies && !IsLocationConfig) { 3255if (IsLocationConfig) {
System\Configuration\SectionInformation.cs (2)
211( _configRecord.IsLocationConfig ) ) { 239if (_configRecord != null && _configRecord.IsLocationConfig) {