1 write to _count
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
99
_count
= count == -1 ? root.Count : count;
3 references to _count
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (3)
100
_remainingCount =
_count
;
105
if (
_count
> 0)
191
_remainingCount =
_count
;