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