2 overrides of TrueForAllImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
506
private protected override bool
TrueForAllImpl
<T>(ImmutableSegmentedList<T> list, Predicate<T> test)
Collections\ImmutableSegmentedListTest.cs (1)
931
private protected override bool
TrueForAllImpl
<T>(ImmutableSegmentedList<T> list, Predicate<T> test)
2 references to TrueForAllImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
361
Assert.True(
TrueForAllImpl
(ImmutableSegmentedList<int>.Empty, n => false));
573
var actual =
TrueForAllImpl
(list, test);