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)
2 references to ForEachImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableListTestBase.cs (2)
114ForEachImpl(ImmutableSegmentedList<int>.Empty, n => { throw ExceptionUtilities.Unreachable(); }); 118ForEachImpl(list, i =>