8 writes to Root
System.Collections.Immutable (8)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (8)
164
this.
Root
= newRoot;
215
this.
Root
= this.Root.Add(item, _comparer, out mutated);
229
this.
Root
= this.Root.Remove(item, _comparer, out _);
251
this.
Root
= result;
320
this.
Root
= this.ToImmutable().SymmetricExcept(other)._root;
333
this.
Root
= this.Root.Add(item, _comparer, out _);
352
this.
Root
= ImmutableSortedSet<T>.Node.EmptyNode;
381
this.
Root
= this.Root.Remove(item, _comparer, out mutated);
11 references to Root
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (11)
78
get { return this.
Root
.Count; }
215
this.Root = this.
Root
.Add(item, _comparer, out mutated);
229
this.Root = this.
Root
.Remove(item, _comparer, out _);
333
this.Root = this.
Root
.Add(item, _comparer, out _);
362
return this.
Root
.Contains(item, _comparer);
381
this.Root = this.
Root
.Remove(item, _comparer, out mutated);
391
return this.
Root
.GetEnumerator(this);
400
return this.
Root
.GetEnumerator();
430
return this.
Root
.IndexOf(item, _comparer);
459
return _immutable ??= ImmutableSortedSet<T>.Wrap(this.
Root
, _comparer);
490
this.
Root
.CopyTo(array, arrayIndex);