2 writes to _totalItems
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\ObjectManager.cs (2)
1458_totalItems = 0; 1468_values[_totalItems++] = value;
5 references to _totalItems
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\ObjectManager.cs (5)
1464if (_totalItems == _values.Length) 1478while (++_currentItem < _totalItems && _values[_currentItem] == -1) ; 1479return _currentItem != _totalItems; 1495for (i = 0; i < _totalItems; i++) 1502if (i == _totalItems)