8 references to Reverse
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\ServerComponentDeserializerTest.cs (1)
159var markers = SerializeMarkers(Enumerable.Reverse(CreateMarkers(typeof(TestComponent), typeof(TestComponent))).ToArray());
Microsoft.AspNetCore.DataProtection (1)
Internal\ContainerUtils.cs (1)
106return Enumerable.Reverse(lines).Any(l => l.EndsWith("name=openrc:/docker", StringComparison.Ordinal));
Microsoft.AspNetCore.InternalTesting (1)
xunit\DockerOnlyAttribute.cs (1)
34return Enumerable.Reverse(lines).Any(l => l.EndsWith("name=openrc:/docker", StringComparison.Ordinal));
Microsoft.AspNetCore.Routing.Tests (5)
Tree\TreeRouterTest.cs (5)
104foreach (var template in Enumerable.Reverse(routes)) 151foreach (var template in Enumerable.Reverse(routes)) 203foreach (var template in Enumerable.Reverse(routes)) 246foreach (var template in Enumerable.Reverse(routes)) 344foreach (var template in Enumerable.Reverse(routes))