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