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