3 writes to IsNew
System.Configuration.ConfigurationManager (3)
System\Configuration\MgmtConfigurationRecord.cs (2)
2144sectionUpdates.IsNew = false; 2636sectionUpdates.IsNew = false;
System\Configuration\SectionUpdates.cs (1)
72IsNew = allSubgroupsAreNew && (_cMoved == _sections.Count);
4 references to IsNew
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
2036if (sectionUpdates.IsEmpty || !sectionUpdates.IsNew)
System\Configuration\SectionUpdates.cs (3)
69if (!sectionUpdates.IsNew) allSubgroupsAreNew = false; 161if (sectionUpdates.IsNew) 235if (sectionUpdates.IsNew && sectionUpdates.HasUnretrievedSections()) newsGroups.Add(group);