8 references to _alwaysFalseDelegate
Microsoft.CodeAnalysis.UnitTests (8)
Collections\List\SegmentedList.Generic.Tests.Find.cs (8)
250
foundItem = list.Find(
_alwaysFalseDelegate
);
349
foundItem = list.FindLast(
_alwaysFalseDelegate
);
425
index = list.FindIndex(
_alwaysFalseDelegate
);
709
index = list.FindLastIndex(
_alwaysFalseDelegate
);
772
index = list.FindLastIndex(count - 1,
_alwaysFalseDelegate
);
872
index = list.FindLastIndex(count - 1, count,
_alwaysFalseDelegate
);
982
VerifyList(list.FindAll(
_alwaysFalseDelegate
), new SegmentedList<T>());
1007
VerifyList(list.FindAll(
_alwaysFalseDelegate
), new SegmentedList<T>());