35 references to Order
Aspire.Cli.Tests (5)
Commands\AddCommandTests.cs (1)
3500ReadIntegrationResults(rawJson).Select(i => i.Package).Order());
Commands\ExportCommandTests.cs (1)
288var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList();
Commands\StopCommandTests.cs (2)
431var expectedProcessIds = new[] { processId1, processId2 }.Order().ToArray(); 436.Order()
Utils\DcpConnectionHealthCheckTests.cs (1)
131seenUseDeveloperCertificateValues.Order().ToArray());
Aspire.Dashboard.Components.Tests (1)
Controls\ChartFiltersTests.cs (1)
134Assert.Equal(["GET", "POST"], dimensionFilter.SelectedValues.Select(v => v.Text).Order());
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (2)
720var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList(); 778var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList();
TelemetryRepositoryTests\MetricsTests.cs (1)
622Assert.Collection(knownValues.Value.Order(),
Aspire.Hosting.Blazor.Tests (3)
BlazorHostedExtensionsTests.cs (1)
184.Order()
WithBlazorAppTests.cs (2)
473Assert.Collection(endpointRef.EndpointNames.Order(), 482Assert.Collection(service.EndpointNames.Order(),
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
1260Assert.Equal(["api"], builder.Resources.Select(resource => resource.Name).Order());
Aspire.Hosting.Tests (3)
DebugSupportExtensionsTests.cs (1)
33contextType.GetProperties().Select(property => property.Name).Order());
ResourceLoggerServiceTests.cs (2)
540Assert.Equal(Enumerable.Range(1, logLines.Count), logLines.Select(l => l.LineNumber).Order()); 585Assert.Equal([1, 2, 3], logLines.Select(l => l.LineNumber).Order());
dotnet (1)
CliSchema.cs (1)
174return aliases.Order().ToArray();
dotnet-aot (1)
src\sdk\src\Cli\dotnet\CliSchema.cs (1)
174return aliases.Order().ToArray();
Infrastructure.Tests (1)
WorkflowScripts\PrDocsCheckWorkflowTests.cs (1)
248.Order()
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
543foreach (var sectionName in _values.Keys.Order())
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
149var allVariableInfos = symbolMap.Values.Order().ToImmutableArray();
FullyQualify\AbstractFullyQualifyService.cs (1)
311.Order();
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
174.SelectMany(kvp => kvp.Value.Order())
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
442var orderedKeys1 = _inheritanceMap.Keys.Order().ToList();
Serialization\SerializerService.cs (1)
182foreach (var key in options.Keys.Order())
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
541foreach (var projectName in projectNames.Order())
HotReload\ManagedCodeWorkspace.cs (1)
55.Order()
System.Linq.Queryable (8)
System\Linq\Queryable.cs (8)
773/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 780/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 810/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 817/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 872/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 879/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 909/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 916/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/>