2 writes to TargetConfigPath
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2878locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath;
System\Configuration\SectionXmlInfo.cs (1)
20TargetConfigPath = targetConfigPath;
11 references to TargetConfigPath
System.Configuration.ConfigurationManager (11)
System\Configuration\BaseConfigurationRecord.cs (11)
367if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 403UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 405UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 409locationSectionRecord.SectionXmlInfo.TargetConfigPath) 473if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, _configPath) && 2171Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 2955locationSectionRecord.SectionXmlInfo.TargetConfigPath; 2962parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 3457locationSectionRecord.SectionXmlInfo.TargetConfigPath)) 3758string xTargetConfigPath = x.SectionXmlInfo.TargetConfigPath; 3759string yTargetConfigPath = y.SectionXmlInfo.TargetConfigPath;