Implemented interface member:
3 references to Contains
Microsoft.Build (3)
ImmutableSegmentedList`1.cs (1)
205=> _list.Contains(value);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
123=> ReadOnlyList.Contains(item);
SegmentedList`1.cs (1)
426return Contains((T)item!);