3 references to AddRange
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (3)
272return this.AddRange(items, overwriteOnCollision: true, avoidToSortedMap: false); 282return this.AddRange(items, overwriteOnCollision: false, avoidToSortedMap: false); 344result = result.AddRange(this, overwriteOnCollision: false, avoidToSortedMap: true);