8 references to Order
Microsoft.AspNetCore.Razor.Utilities.Shared (7)
EnumerableExtensions.cs (1)
633result.Unsafe().Order();
ImmutableArrayExtensions.cs (3)
1308array.Unsafe().Order(); 1538array.Unsafe().Order(); 1841result.Unsafe().Order();
PooledObjects\PooledArrayBuilder`1.cs (2)
1669result.Unsafe().Order(); 1773result.Unsafe().Order();
ReadOnlyListExtensions.cs (1)
1494result.Unsafe().Order();
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
ImmutableArrayOrderingTests.cs (1)
702sorted.Unsafe().Order();