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)
1464
if (
_totalItems
== _values.Length)
1478
while (++_currentItem <
_totalItems
&& _values[_currentItem] == -1) ;
1479
return _currentItem !=
_totalItems
;
1495
for (i = 0; i <
_totalItems
; i++)
1502
if (i ==
_totalItems
)