5 references to Add
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (1)
178return new HashBucket(_firstValue, _additionalElements.Add(kv));
System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs (1)
146return new HashBucket(_firstValue, _additionalElements.Add(value));
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
194this.Root = this.Root.Add(item);
System\Collections\Immutable\ImmutableList_1.cs (1)
216ImmutableList<T>.Node result = _root.Add(value);
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
312Node newRight = _right!.Add(key);