2 overrides of ForEachImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
459private protected override void ForEachImpl<T>(ImmutableSegmentedList<T> list, Action<T> action)
Collections\ImmutableSegmentedListTest.cs (1)
884private protected override void ForEachImpl<T>(ImmutableSegmentedList<T> list, Action<T> action)