2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (2)
95
_root
= root;
146
_root
= null!;
3 references to _root
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (3)
205
ImmutableList<T>.Node node =
_root
;
206
int skipNodes = _reversed ?
_root
.Count - _startIndex - 1 : _startIndex;
248
if (
_root
== null || (_stack != null && !_stack.IsOwned(ref this)))