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