3 instantiations of SectionXmlInfo
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
2668
SectionXmlInfo sectionXmlInfo = new
SectionXmlInfo
(
3385
SectionXmlInfo sectionXmlInfo = new
SectionXmlInfo
(
System\Configuration\MgmtConfigurationRecord.cs (1)
1843
SectionXmlInfo sectionXmlInfo = new
SectionXmlInfo
(
16 references to SectionXmlInfo
System.Configuration.ConfigurationManager (16)
System\Configuration\BaseConfigurationRecord.cs (4)
1363
private ConfigXmlReader FindSection(string[] keys,
SectionXmlInfo
sectionXmlInfo, out int lineNumber)
1490
private ConfigXmlReader LoadConfigSource(string name,
SectionXmlInfo
sectionXmlInfo)
2668
SectionXmlInfo
sectionXmlInfo = new SectionXmlInfo(
3385
SectionXmlInfo
sectionXmlInfo = new SectionXmlInfo(
System\Configuration\LocationSectionRecord.cs (2)
14
internal LocationSectionRecord(
SectionXmlInfo
sectionXmlInfo, List<ConfigurationException> errors)
22
internal
SectionXmlInfo
SectionXmlInfo { get; }
System\Configuration\MgmtConfigurationRecord.cs (7)
1474
SectionXmlInfo
sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo;
1496
SectionXmlInfo
sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo;
1554
SectionXmlInfo
sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo;
1806
SectionXmlInfo
sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo;
1828
SectionXmlInfo
sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo;
1843
SectionXmlInfo
sectionXmlInfo = new SectionXmlInfo(
1860
SectionXmlInfo
sectionXmlInfo = fileInput.SectionXmlInfo;
System\Configuration\SectionInformation.cs (1)
462
SectionXmlInfo
sectionXmlInfo = fileInput.SectionXmlInfo;
System\Configuration\SectionInput.cs (2)
21
internal SectionInput(
SectionXmlInfo
sectionXmlInfo, List<ConfigurationException> errors)
30
internal
SectionXmlInfo
SectionXmlInfo { get; }