1 write to SectionXmlInfo
System.Configuration.ConfigurationManager (1)
System\Configuration\LocationSectionRecord.cs (1)
16
SectionXmlInfo
= sectionXmlInfo;
23 references to SectionXmlInfo
System.Configuration.ConfigurationManager (23)
System\Configuration\BaseConfigurationRecord.cs (21)
363
if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, ConfigPath))
399
UrlPath.IsSubpath(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, ConfigPath) &&
401
UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.
SectionXmlInfo
.TargetConfigPath) &&
404
locationSectionRecord.
SectionXmlInfo
.SkipInChildApps,
405
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath)
415
string configKey = locationSectionRecord.
SectionXmlInfo
.ConfigKey;
421
new SectionInput(locationSectionRecord.
SectionXmlInfo
,
469
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, _configPath) &&
470
!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.
SectionXmlInfo
.SkipInChildApps))
476
locationSectionRecord.
SectionXmlInfo
, locationSectionRecord.ErrorsList);
505
SectionInput sectionInput = new SectionInput(locationSectionRecord.
SectionXmlInfo
,
2873
locationSectionRecord.
SectionXmlInfo
.SubPath);
2874
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath = targetConfigPath;
2904
duplicateRecord.
SectionXmlInfo
));
2910
locationSectionRecord.
SectionXmlInfo
));
2922
locationSectionRecord.
SectionXmlInfo
);
2951
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
2958
parentLocationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
2961
parentLocationSectionRecord.
SectionXmlInfo
.OverrideModeSetting.IsLocked &&
2977
locationSectionRecord.
SectionXmlInfo
));
3453
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath))
System\Configuration\LocationSectionRecord.cs (1)
20
internal string ConfigKey =>
SectionXmlInfo
.ConfigKey;
System\Configuration\MgmtConfigurationRecord.cs (1)
523
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.ConfigSourceStreamName,