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)
367
if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, ConfigPath))
403
UrlPath.IsSubpath(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, ConfigPath) &&
405
UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.
SectionXmlInfo
.TargetConfigPath) &&
408
locationSectionRecord.
SectionXmlInfo
.SkipInChildApps,
409
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath)
419
string configKey = locationSectionRecord.
SectionXmlInfo
.ConfigKey;
425
new SectionInput(locationSectionRecord.
SectionXmlInfo
,
473
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.
SectionXmlInfo
.TargetConfigPath, _configPath) &&
474
!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.
SectionXmlInfo
.SkipInChildApps))
480
locationSectionRecord.
SectionXmlInfo
, locationSectionRecord.ErrorsList);
509
SectionInput sectionInput = new SectionInput(locationSectionRecord.
SectionXmlInfo
,
2877
locationSectionRecord.
SectionXmlInfo
.SubPath);
2878
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath = targetConfigPath;
2908
duplicateRecord.
SectionXmlInfo
));
2914
locationSectionRecord.
SectionXmlInfo
));
2926
locationSectionRecord.
SectionXmlInfo
);
2955
locationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
2962
parentLocationSectionRecord.
SectionXmlInfo
.TargetConfigPath;
2965
parentLocationSectionRecord.
SectionXmlInfo
.OverrideModeSetting.IsLocked &&
2981
locationSectionRecord.
SectionXmlInfo
));
3457
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,