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)
1346
reader, input.
SectionXmlInfo
.Filename, input.
SectionXmlInfo
.LineNumber);
1353
e, input.
SectionXmlInfo
);
1540
string filename = input.
SectionXmlInfo
.Filename;
1541
int lineNumber = input.
SectionXmlInfo
.LineNumber;
1546
string rawXml = input.
SectionXmlInfo
.RawXml;
1550
reader = new ConfigXmlReader(rawXml, input.
SectionXmlInfo
.Filename, input.
SectionXmlInfo
.LineNumber);
1554
if (!string.IsNullOrEmpty(input.
SectionXmlInfo
.ConfigSource))
1557
filename = input.
SectionXmlInfo
.ConfigSourceStreamName;
1559
reader = LoadConfigSource(name, input.
SectionXmlInfo
);
1565
reader = FindSection(keys, input.
SectionXmlInfo
, out lineNumber);
1574
GetProtectionProviderFromName(input.
SectionXmlInfo
.ProtectionProviderName, false);
2167
Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.
SectionXmlInfo
.TargetConfigPath));
3746
Debug.Assert(x.
SectionXmlInfo
.ConfigKey == y.
SectionXmlInfo
.ConfigKey);
3754
string xTargetConfigPath = x.
SectionXmlInfo
.TargetConfigPath;
3755
string yTargetConfigPath = y.
SectionXmlInfo
.TargetConfigPath;
3776
string xDefinitionConfigPath = x.
SectionXmlInfo
.DefinitionConfigPath;
3777
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;