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