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