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