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