22 references to Order
Aspire.Cli.Tests (1)
Commands\ExportCommandTests.cs (1)
289var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList();
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
996new ComponentTelemetryProperty(TelemetryPropertyKeys.AIAssistantToolCalls, new AspireTelemetryProperty(_toolCallCounts.Keys.Order().ToList())),
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (2)
719var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList(); 777var entryNames = archive.Entries.Select(e => e.FullName).Order().ToList();
TelemetryRepositoryTests\MetricsTests.cs (1)
622Assert.Collection(knownValues.Value.Order(),
dotnet (1)
CliSchema.cs (1)
174return aliases.Order().ToArray();
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\CompilationHandler.cs (1)
323.Order()
HotReload\HotReloadDotNetWatcher.cs (1)
526foreach (var projectName in projectNames.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})"/>