18 references to Order
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
622Assert.Collection(knownValues.Value.Order(),
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
541foreach (var sectionName in _values.Keys.Order())
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
149var allVariableInfos = symbolMap.Values.Order().ToImmutableArray();
FullyQualify\AbstractFullyQualifyService.cs (1)
312.Order();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
102.Order()
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
2032var symbolsStartedStr = string.Join(", ", SymbolsStarted.Select(s => s.ToDisplayString().Order())); 2033var symbolsEndedStr = string.Join(", ", symbolsEnded.Select(s => s.ToDisplayString().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())
RunTests (1)
AssemblyScheduler.cs (1)
223.Order()
System.Linq.Queryable (8)
System\Linq\Queryable.cs (8)
685/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 692/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 722/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 729/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 784/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 791/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 821/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 828/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/>