1 write to SectionXmlInfo
System.Configuration.ConfigurationManager (1)
System\Configuration\LocationSectionRecord.cs (1)
16SectionXmlInfo = sectionXmlInfo;
23 references to SectionXmlInfo
System.Configuration.ConfigurationManager (23)
System\Configuration\BaseConfigurationRecord.cs (21)
367if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 403UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 405UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 408locationSectionRecord.SectionXmlInfo.SkipInChildApps, 409locationSectionRecord.SectionXmlInfo.TargetConfigPath) 419string configKey = locationSectionRecord.SectionXmlInfo.ConfigKey; 425new SectionInput(locationSectionRecord.SectionXmlInfo, 473if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, _configPath) && 474!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps)) 480locationSectionRecord.SectionXmlInfo, locationSectionRecord.ErrorsList); 509SectionInput sectionInput = new SectionInput(locationSectionRecord.SectionXmlInfo, 2877locationSectionRecord.SectionXmlInfo.SubPath); 2878locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath; 2908duplicateRecord.SectionXmlInfo)); 2914locationSectionRecord.SectionXmlInfo)); 2926locationSectionRecord.SectionXmlInfo); 2955locationSectionRecord.SectionXmlInfo.TargetConfigPath; 2962parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 2965parentLocationSectionRecord.SectionXmlInfo.OverrideModeSetting.IsLocked && 2981locationSectionRecord.SectionXmlInfo)); 3457locationSectionRecord.SectionXmlInfo.TargetConfigPath))
System\Configuration\LocationSectionRecord.cs (1)
20internal string ConfigKey => SectionXmlInfo.ConfigKey;
System\Configuration\MgmtConfigurationRecord.cs (1)
523if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.ConfigSourceStreamName,