5 references to Wrap
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (5)
249return this.Wrap(result, _count + 1); 260return this.Wrap(result, replacedExistingValue ? _count : _count + 1); 292return this.Wrap(result, _count - 1); 315return this.Wrap(result, count); 807return this.Wrap(result, count);