3 references to SetOrAdd
System.Collections.Immutable (3)
System\Collections\Immutable\SortedInt32KeyNode.cs (3)
162return this.SetOrAdd(key, value, valueComparer, true, out replacedExistingValue, out mutated); 419SortedInt32KeyNode<TValue> newRight = _right!.SetOrAdd(key, value, valueComparer, overwriteExistingValue, out replacedExistingValue, out mutated); 427SortedInt32KeyNode<TValue> newLeft = _left!.SetOrAdd(key, value, valueComparer, overwriteExistingValue, out replacedExistingValue, out mutated);