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