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)
151
return
_root
;
161
if (
_root
!= value)
181
return new Enumerator(
_root
, this);
197
return _immutable ??= ImmutableHashSet<T>.Wrap(
_root
, _equalityComparer, _count);
209
if (
_root
.TryGetValue(hashCode, out HashBucket bucket))
277
ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Except(other, _equalityComparer, _hashBucketEqualityComparer,
_root
);