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