14 references to Order
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
614Assert.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)
154var allVariableInfos = symbolMap.Values.Order().ToImmutableArray();
FullyQualify\AbstractFullyQualifyService.cs (1)
313.Order();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
102.Order()
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService.cs (1)
182foreach (var key in options.Keys.Order())
System.Linq.Queryable (8)
System\Linq\Queryable.cs (8)
290/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 297/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 327/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 334/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 389/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 396/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> 426/// calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/> itself as a constructed generic method. 433/// that represents calling <see cref="Enumerable.Order{T}(IEnumerable{T})"/>