22 references to SectionXmlInfo
System.Configuration (22)
System\Configuration\BaseConfigurationRecord.cs (21)
382if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.ConfigPath)) { 440UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 443UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 446!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps, locationSectionRecord.SectionXmlInfo.TargetConfigPath) 460string configKey = locationSectionRecord.SectionXmlInfo.ConfigKey; 467new SectionInput(locationSectionRecord.SectionXmlInfo, 518if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this._configPath) && 519!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps)) { 523locationSectionRecord.SectionXmlInfo, locationSectionRecord.ErrorsList); 554SectionInput sectionInput = new SectionInput(locationSectionRecord.SectionXmlInfo, locationSectionRecord.ErrorsList); 3436string targetConfigPath = Host.GetConfigPathFromLocationSubPath(_configPath, locationSectionRecord.SectionXmlInfo.SubPath); 3437locationSectionRecord.SectionXmlInfo.TargetConfigPath = targetConfigPath; 3460duplicateRecord.SectionXmlInfo)); 3466locationSectionRecord.SectionXmlInfo)); 3477VerifyDefinitionAllowed(factoryRecord, targetConfigPath, locationSectionRecord.SectionXmlInfo); 3510string targetConfigPath = locationSectionRecord.SectionXmlInfo.TargetConfigPath; 3513string parentTargetConfigPath = parentLocationSectionRecord.SectionXmlInfo.TargetConfigPath; 3515if ( parentLocationSectionRecord.SectionXmlInfo.OverrideModeSetting.IsLocked && 3529locationSectionRecord.SectionXmlInfo)); 4085if (UrlPath.IsEqualOrSubpath(childConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath)) {
System\Configuration\MgmtConfigurationRecord.cs (1)
609if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) {