2 writes to TargetConfigPath
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2874locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath;
System\Configuration\SectionXmlInfo.cs (1)
20TargetConfigPath = targetConfigPath;
11 references to TargetConfigPath
System.Configuration.ConfigurationManager (11)
System\Configuration\BaseConfigurationRecord.cs (11)
363if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 399UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 401UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 405locationSectionRecord.SectionXmlInfo.TargetConfigPath) 469if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, _configPath) && 2167Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 2951locationSectionRecord.SectionXmlInfo.TargetConfigPath; 2958parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 3453locationSectionRecord.SectionXmlInfo.TargetConfigPath)) 3754string xTargetConfigPath = x.SectionXmlInfo.TargetConfigPath; 3755string yTargetConfigPath = y.SectionXmlInfo.TargetConfigPath;