2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (2)
70_root = set._root; 163_root = value;
6 references to _root
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (6)
151return _root; 161if (_root != value) 181return new Enumerator(_root, this); 197return _immutable ??= ImmutableHashSet<T>.Wrap(_root, _equalityComparer, _count); 209if (_root.TryGetValue(hashCode, out HashBucket bucket)) 277ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Except(other, _equalityComparer, _hashBucketEqualityComparer, _root);