4 references to ForEach
Microsoft.CodeAnalysis (2)
ImmutableSegmentedList`1.cs (1)
284=> _list.ForEach(action);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
184=> ReadOnlyList.ForEach(action);
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.ForEach.cs (2)
32list.ForEach(action); 40Assert.Throws<ArgumentNullException>(() => list.ForEach(null!));