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