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)
205ImmutableList<T>.Node node = _root; 206int skipNodes = _reversed ? _root.Count - _startIndex - 1 : _startIndex; 248if (_root == null || (_stack != null && !_stack.IsOwned(ref this)))