2 references to WalkToList
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\SinglyLinkedListTests.cs (2)
99Assert.Equal(new int[] { 5, 2, 1, 3, 4 }, list.WalkToList()); 146Assert.Equal(new int[] { 2, 4 }, list.WalkToList());