8 references to _alwaysFalseDelegate
Microsoft.CodeAnalysis.UnitTests (8)
Collections\List\SegmentedList.Generic.Tests.Find.cs (8)
250
foundItem = list.Find(
_alwaysFalseDelegate
);
328
foundItem = list.FindLast(
_alwaysFalseDelegate
);
404
index = list.FindIndex(
_alwaysFalseDelegate
);
688
index = list.FindLastIndex(
_alwaysFalseDelegate
);
751
index = list.FindLastIndex(count - 1,
_alwaysFalseDelegate
);
851
index = list.FindLastIndex(count - 1, count,
_alwaysFalseDelegate
);
961
VerifyList(list.FindAll(
_alwaysFalseDelegate
), new SegmentedList<T>());
986
VerifyList(list.FindAll(
_alwaysFalseDelegate
), new SegmentedList<T>());