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