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)
413return _items.Count - _removedItemCount; 504_removedItemCount > 0) { 539iFoundItem > Count + _removedItemCount - _inheritedCount) { 605index = Count + _removedItemCount - _inheritedCount; // insert before inherited, but after any removed 608if (index > Count + _removedItemCount - _inheritedCount && flagAsReplaced == false) { 777_items.Insert(Count + _removedItemCount - _inheritedCount, new Entry(EntryType.Removed, key, null));