4 writes to count
System.Runtime.Serialization (4)
System\Runtime\Serialization\ObjectReferenceStack.cs (4)
26
objectArray[
count
++] = obj;
32
objectArray[
count
++] = obj;
40
count
++;
84
count
--;
10 references to count
System.Runtime.Serialization (10)
System\Runtime\Serialization\ObjectReferenceStack.cs (10)
28
else if (
count
< MaximumArraySize)
30
if (
count
== objectArray.Length)
46
if (
count
== 0)
48
if (
count
> MaximumArraySize)
58
if ((objectArray != null) && objectArray[
count
- 1] == obj)
64
else if (
count
>= isReferenceArray.Length)
69
isReferenceArray[
count
- 1] = true;
76
if (
count
> MaximumArraySize)
89
int currentCount =
count
;
106
get { return
count
; }