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