22 references to SectionXmlInfo
System.Configuration (22)
System\Configuration\BaseConfigurationRecord.cs (21)
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)
460
string configKey = locationSectionRecord.
SectionXmlInfo
.ConfigKey;
467
new SectionInput(locationSectionRecord.
SectionXmlInfo
,
518
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, this._configPath) &&
519
!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.
SectionXmlInfo
.SkipInChildApps)) {
523
locationSectionRecord.
SectionXmlInfo
, locationSectionRecord.ErrorsList);
554
SectionInput sectionInput = new SectionInput(locationSectionRecord.
SectionXmlInfo
, locationSectionRecord.ErrorsList);
3436
string targetConfigPath = Host.GetConfigPathFromLocationSubPath(_configPath, locationSectionRecord.
SectionXmlInfo
.SubPath);
3437
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath = targetConfigPath;
3460
duplicateRecord.
SectionXmlInfo
));
3466
locationSectionRecord.
SectionXmlInfo
));
3477
VerifyDefinitionAllowed(factoryRecord, targetConfigPath, locationSectionRecord.
SectionXmlInfo
);
3510
string targetConfigPath = locationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
3513
string parentTargetConfigPath = parentLocationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
3515
if ( parentLocationSectionRecord.
SectionXmlInfo
.OverrideModeSetting.IsLocked &&
3529
locationSectionRecord.
SectionXmlInfo
));
4085
if (UrlPath.IsEqualOrSubpath(childConfigPath, locationSectionRecord.
SectionXmlInfo
.TargetConfigPath)) {
System\Configuration\MgmtConfigurationRecord.cs (1)
609
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.ConfigSourceStreamName, oldStreamName)) {