1 write to TargetConfigPath
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3437locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath;
11 references to TargetConfigPath
System.Configuration (11)
System\Configuration\BaseConfigurationRecord.cs (11)
382if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.ConfigPath)) { 440UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 443UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 446!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps, locationSectionRecord.SectionXmlInfo.TargetConfigPath) 518if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this._configPath) && 2742Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 3510string targetConfigPath = locationSectionRecord.SectionXmlInfo.TargetConfigPath; 3513string parentTargetConfigPath = parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 4085if (UrlPath.IsEqualOrSubpath(childConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath)) { 4542string xTargetConfigPath = x.SectionXmlInfo.TargetConfigPath; 4543string yTargetConfigPath = y.SectionXmlInfo.TargetConfigPath;