1 write to SectionXmlInfo
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionInput.cs (1)
23
SectionXmlInfo
= sectionXmlInfo;
35 references to SectionXmlInfo
System.Configuration.ConfigurationManager (35)
System\Configuration\BaseConfigurationRecord.cs (20)
1350
reader, input.
SectionXmlInfo
.Filename, input.
SectionXmlInfo
.LineNumber);
1357
e, input.
SectionXmlInfo
);
1544
string filename = input.
SectionXmlInfo
.Filename;
1545
int lineNumber = input.
SectionXmlInfo
.LineNumber;
1550
string rawXml = input.
SectionXmlInfo
.RawXml;
1554
reader = new ConfigXmlReader(rawXml, input.
SectionXmlInfo
.Filename, input.
SectionXmlInfo
.LineNumber);
1558
if (!string.IsNullOrEmpty(input.
SectionXmlInfo
.ConfigSource))
1561
filename = input.
SectionXmlInfo
.ConfigSourceStreamName;
1563
reader = LoadConfigSource(name, input.
SectionXmlInfo
);
1569
reader = FindSection(keys, input.
SectionXmlInfo
, out lineNumber);
1578
GetProtectionProviderFromName(input.
SectionXmlInfo
.ProtectionProviderName, false);
2171
Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.
SectionXmlInfo
.TargetConfigPath));
3750
Debug.Assert(x.
SectionXmlInfo
.ConfigKey == y.
SectionXmlInfo
.ConfigKey);
3758
string xTargetConfigPath = x.
SectionXmlInfo
.TargetConfigPath;
3759
string yTargetConfigPath = y.
SectionXmlInfo
.TargetConfigPath;
3780
string xDefinitionConfigPath = x.
SectionXmlInfo
.DefinitionConfigPath;
3781
string yDefinitionConfigPath = y.
SectionXmlInfo
.DefinitionConfigPath;
System\Configuration\MgmtConfigurationRecord.cs (8)
513
StringUtil.EqualsIgnoreCase(sectionRecord.FileInput.
SectionXmlInfo
.ConfigSourceStreamName,
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
;
1860
SectionXmlInfo sectionXmlInfo = fileInput.
SectionXmlInfo
;
2985
configSourceStreamName = fileInput.
SectionXmlInfo
.ConfigSourceStreamName;
System\Configuration\SectionInformation.cs (1)
462
SectionXmlInfo sectionXmlInfo = fileInput.
SectionXmlInfo
;
System\Configuration\SectionRecord.cs (6)
175
(sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode != OverrideMode.Inherit))
185
sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode);
240
OverrideMode modeLocation = sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode;
253
foreach (SectionInput locationInput in LocationInputs) locationInput.
SectionXmlInfo
.RawXml = null;
258
indirectLocationInput.
SectionXmlInfo
.RawXml = null;
261
if (HasFileInput) FileInput.
SectionXmlInfo
.RawXml = null;