3 references to PushReverse
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Extensions\CollectionExtensionsTest.cs (3)
22stack.PushReverse(new int[] { 1, 2, 3 }); 33stack.PushReverse(Array.Empty<int>()); 42stack.PushReverse(new int[] { 1, 2 });