2 writes to _cMoved
System.Configuration.ConfigurationManager (2)
System\Configuration\SectionUpdates.cs (2)
82
if (update.Moved) sectionUpdates.
_cMoved
++;
101
if (update.Moved)
_cMoved
--;
3 references to _cMoved
System.Configuration.ConfigurationManager (3)
System\Configuration\SectionUpdates.cs (3)
72
IsNew = allSubgroupsAreNew && (
_cMoved
== _sections.Count);
189
if (
_cMoved
== 0)
192
string[] sectionNames = new string[
_cMoved
];