4 references to Add
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
311
newRoot = newRoot.
Add
(item.Key, item.Value, value, _valueComparer, out mutated);
433
this.Root = this.Root.
Add
(key, value, _keyComparer, _valueComparer, out mutated);
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
248
ImmutableSortedDictionary<TKey, TValue>.Node result = _root.
Add
(key, value, _keyComparer, _valueComparer, out _);
796
: result.
Add
(item.Key, item.Value, _keyComparer, _valueComparer, out mutated);