40 references to SectionXmlInfo
System.Configuration (40)
System\Configuration\BaseConfigurationRecord.cs (25)
1601
bool isTrusted = Host.IsTrustedConfigPath(input.
SectionXmlInfo
.DefinitionConfigPath);
1616
bool isTrusted = Host.IsTrustedConfigPath(locationInput.
SectionXmlInfo
.DefinitionConfigPath);
1742
e, input.
SectionXmlInfo
);
1982
string filename = input.
SectionXmlInfo
.Filename;
1983
int lineNumber = input.
SectionXmlInfo
.LineNumber;
1987
string rawXml = input.
SectionXmlInfo
.RawXml;
1990
reader = new ConfigXmlReader(rawXml, input.
SectionXmlInfo
.Filename, input.
SectionXmlInfo
.LineNumber);
1992
else if (!String.IsNullOrEmpty(input.
SectionXmlInfo
.ConfigSource)) {
1994
filename = input.
SectionXmlInfo
.ConfigSourceStreamName;
1996
reader = LoadConfigSource(name, input.
SectionXmlInfo
);
2001
reader = FindSection(keys, input.
SectionXmlInfo
, out lineNumber);
2007
input.ProtectionProvider = GetProtectionProviderFromName(input.
SectionXmlInfo
.ProtectionProviderName, false);
2017
if (!input.IsConfigBuilderDetermined && !String.IsNullOrWhiteSpace(input.
SectionXmlInfo
.ConfigBuilderName)) {
2018
input.ConfigBuilder = GetConfigBuilderFromName(input.
SectionXmlInfo
.ConfigBuilderName);
2123
if (sectionInput != null && sectionInput.
SectionXmlInfo
!= null) {
2124
filename = sectionInput.
SectionXmlInfo
.Filename;
2125
line = sectionInput.
SectionXmlInfo
.LineNumber;
2742
Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.
SectionXmlInfo
.TargetConfigPath));
4535
Debug.Assert(x.
SectionXmlInfo
.ConfigKey == y.
SectionXmlInfo
.ConfigKey);
4542
string xTargetConfigPath = x.
SectionXmlInfo
.TargetConfigPath;
4543
string yTargetConfigPath = y.
SectionXmlInfo
.TargetConfigPath;
4561
string xDefinitionConfigPath = x.
SectionXmlInfo
.DefinitionConfigPath;
4562
string yDefinitionConfigPath = y.
SectionXmlInfo
.DefinitionConfigPath;
System\Configuration\MgmtConfigurationRecord.cs (8)
597
StringUtil.EqualsIgnoreCase(sectionRecord.FileInput.
SectionXmlInfo
.ConfigSourceStreamName, oldStreamName)) {
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
;
2006
SectionXmlInfo sectionXmlInfo = fileInput.
SectionXmlInfo
;
3083
configSourceStreamName = fileInput.
SectionXmlInfo
.ConfigSourceStreamName;
System\Configuration\SectionInformation.cs (1)
140
SectionXmlInfo sectionXmlInfo = fileInput.
SectionXmlInfo
;
System\Configuration\SectionRecord.cs (6)
194
if (sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode != OverrideMode.Inherit) {
203
ChangeLockSettings(OverrideMode.Inherit, sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode);
280
OverrideMode modeLocation = sectionInput.
SectionXmlInfo
.OverrideModeSetting.OverrideMode;
299
locationInput.
SectionXmlInfo
.RawXml = null;
305
indirectLocationInput.
SectionXmlInfo
.RawXml = null;
310
FileInput.
SectionXmlInfo
.RawXml = null;