1 write to SkipInChildApps
System.Configuration (1)
System\Configuration\MgmtConfigurationRecord.cs (1)
2017sectionXmlInfo.SkipInChildApps = !configSection.SectionInformation.InheritInChildApplications;
5 references to SkipInChildApps
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (2)
446!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps, locationSectionRecord.SectionXmlInfo.TargetConfigPath) 519!ShouldSkipDueToInheritInChildApplications(locationSectionRecord.SectionXmlInfo.SkipInChildApps)) {
System\Configuration\MgmtConfigurationRecord.cs (2)
1642inheritInChildApplications = !sectionXmlInfo.SkipInChildApps; 1712inheritInChildApplications = !sectionXmlInfo.SkipInChildApps;
System\Configuration\SectionInformation.cs (1)
145_flags[ Flag_InheritInChildApps ] = !sectionXmlInfo.SkipInChildApps;