2 references to Replace
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (2)
575
return this.
Replace
(oldValue, newValue, EqualityComparer<T>.Default);
1185
return self.
Replace
(oldValue, newValue, equalityComparer);