2 writes to _isNew
System.Configuration (2)
System\Configuration\SectionUpdates.cs (2)
30
set {
_isNew
= value;}
86
_isNew
= allSubgroupsAreNew && _cMoved == _sections.Count;
1 reference to _isNew
System.Configuration (1)
System\Configuration\SectionUpdates.cs (1)
29
get {return
_isNew
;}