2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (2)
56
_root
= root;
107
_root
= null!;
4 references to _root
System.Collections.Immutable (4)
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (4)
60
if (!
_root
.IsEmpty)
67
this.PushLeft(
_root
);
154
this.PushLeft(
_root
);
169
if (
_root
== null || (_stack != null && !_stack.IsOwned(ref this)))