7 writes to _removedItemCount
System.Configuration (7)
System\Configuration\ConfigurationElementCollection.cs (7)
505
_removedItemCount
--; // account for the value
740
_removedItemCount
++;
754
_removedItemCount
++;
782
_removedItemCount
++;
934
_removedItemCount
-= removedRemoved;
994
_removedItemCount
++;
1009
_removedItemCount
++;
6 references to _removedItemCount
System.Configuration (6)
System\Configuration\ConfigurationElementCollection.cs (6)
413
return _items.Count -
_removedItemCount
;
504
_removedItemCount
> 0) {
539
iFoundItem > Count +
_removedItemCount
- _inheritedCount) {
605
index = Count +
_removedItemCount
- _inheritedCount; // insert before inherited, but after any removed
608
if (index > Count +
_removedItemCount
- _inheritedCount && flagAsReplaced == false) {
777
_items.Insert(Count +
_removedItemCount
- _inheritedCount, new Entry(EntryType.Removed, key, null));