3 instantiations of SectionXmlInfo
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
3227SectionXmlInfo sectionXmlInfo = new SectionXmlInfo( 4001SectionXmlInfo sectionXmlInfo = new SectionXmlInfo(
System\Configuration\MgmtConfigurationRecord.cs (1)
1991SectionXmlInfo sectionXmlInfo = new SectionXmlInfo(
18 references to SectionXmlInfo
System.Configuration (18)
System\Configuration\BaseConfigurationRecord.cs (4)
1794private ConfigXmlReader FindSection(string [] keys, SectionXmlInfo sectionXmlInfo, out int lineNumber) { 1920private ConfigXmlReader LoadConfigSource(string name, SectionXmlInfo sectionXmlInfo) { 3227SectionXmlInfo sectionXmlInfo = new SectionXmlInfo( 4001SectionXmlInfo sectionXmlInfo = new SectionXmlInfo(
System\Configuration\LocationSectionRecord.cs (3)
20SectionXmlInfo _sectionXmlInfo; // sectionXmlInfo 23internal LocationSectionRecord(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) { 32internal SectionXmlInfo SectionXmlInfo {
System\Configuration\MgmtConfigurationRecord.cs (7)
1640SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1660SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1710SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1959SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1978SectionXmlInfo sectionXmlInfo = sectionRecord.FileInput.SectionXmlInfo; 1991SectionXmlInfo sectionXmlInfo = new SectionXmlInfo( 2006SectionXmlInfo sectionXmlInfo = fileInput.SectionXmlInfo;
System\Configuration\SectionInformation.cs (1)
140SectionXmlInfo sectionXmlInfo = fileInput.SectionXmlInfo;
System\Configuration\SectionInput.cs (3)
18private SectionXmlInfo _sectionXmlInfo; 41internal SectionInput(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) { 49internal SectionXmlInfo SectionXmlInfo {