2 overrides of ExistsImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
474private protected override bool ExistsImpl<T>(ImmutableSegmentedList<T> list, Predicate<T> match)
Collections\ImmutableSegmentedListTest.cs (1)
899private protected override bool ExistsImpl<T>(ImmutableSegmentedList<T> list, Predicate<T> match)