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)
363if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 399UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 401UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 404locationSectionRecord.SectionXmlInfo.SkipInChildApps, 405locationSectionRecord.SectionXmlInfo.TargetConfigPath) 415string configKey = locationSectionRecord.SectionXmlInfo.ConfigKey; 421new SectionInput(locationSectionRecord.SectionXmlInfo, 469if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, _configPath) && 470!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps)) 476locationSectionRecord.SectionXmlInfo, locationSectionRecord.ErrorsList); 505SectionInput sectionInput = new SectionInput(locationSectionRecord.SectionXmlInfo, 2873locationSectionRecord.SectionXmlInfo.SubPath); 2874locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath; 2904duplicateRecord.SectionXmlInfo)); 2910locationSectionRecord.SectionXmlInfo)); 2922locationSectionRecord.SectionXmlInfo); 2951locationSectionRecord.SectionXmlInfo.TargetConfigPath; 2958parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 2961parentLocationSectionRecord.SectionXmlInfo.OverrideModeSetting.IsLocked && 2977locationSectionRecord.SectionXmlInfo)); 3453locationSectionRecord.SectionXmlInfo.TargetConfigPath))
System\Configuration\LocationSectionRecord.cs (1)
20internal string ConfigKey => SectionXmlInfo.ConfigKey;
System\Configuration\MgmtConfigurationRecord.cs (1)
523if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.ConfigSourceStreamName,