4 writes to _count
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs (4)
27
_objectArray[
_count
++] = obj;
33
_objectArray[
_count
++] = obj;
41
_count
++;
85
_count
--;
9 references to _count
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs (9)
29
else if (
_count
< MaximumArraySize)
31
if (
_count
== _objectArray.Length)
47
if (
_count
== 0)
49
if (
_count
> MaximumArraySize)
59
if ((_objectArray != null) && _objectArray[
_count
- 1] == obj)
65
else if (
_count
== _isReferenceArray.Length)
69
_isReferenceArray[
_count
- 1] = true;
76
if (
_count
> MaximumArraySize)
90
int currentCount =
_count
;