1 write to _startIndex
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
98
_startIndex
= startIndex >= 0 ? startIndex : (reversed ? root.Count - 1 : 0);
2 references to _startIndex
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (2)
206
int skipNodes = _reversed ? _root.Count -
_startIndex
- 1 :
_startIndex
;