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