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