2 references to Replace
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
637=> Replace(oldValue, newValue, equalityComparer);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedListTest.cs (1)
546var updatedList = list.Replace(newAge, newAge, new NameOnlyEqualityComparer());