2 writes to IsNew
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (2)
2271
sectionUpdates.
IsNew
= false;
2759
sectionUpdates.
IsNew
= false;
4 references to IsNew
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
2178
if (sectionUpdates.IsEmpty || !sectionUpdates.
IsNew
)
System\Configuration\SectionUpdates.cs (3)
81
if (!sectionUpdates.
IsNew
) {
196
if (sectionUpdates.
IsNew
)
275
if (sectionUpdates.
IsNew
&& sectionUpdates.HasUnretrievedSections()) {