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