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