25 references to Sort
Aspire.Dashboard (1)
Otlp\Model\OtlpApplicationView.cs (1)
37Array.Sort(properties, (p1, p2) => string.Compare(p1.Key, p2.Key, StringComparisons.OtlpAttribute));
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
986Array.Sort<MemberInfo>(publicMembers,
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1546Array.Sort<MessagePartDescription>(partDescriptions, CompareMessagePartDescriptions);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
169Array.Sort<FaultContractInfo>(temp,
Microsoft.AspNetCore.Routing (5)
Matching\AcceptsMatcherPolicy.cs (1)
272Array.Sort(ordered, static (left, right) => GetScore(left.mediaType).CompareTo(GetScore(right.mediaType)));
Matching\HostMatcherPolicy.cs (1)
299Array.Sort(ordered, static (left, right) => GetScore(left.host).CompareTo(GetScore(right.host)));
Matching\ILEmitTrieFactory.cs (3)
111Array.Sort(groups, static (a, b) => a.Key.CompareTo(b.Key)); 336Array.Sort(groups, static (a, b) => unchecked((long)a.Key).CompareTo(unchecked((long)b.Key))); 461Array.Sort(groups, static (a, b) => (a.Key | 0x20).CompareTo(b.Key | 0x20));
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
406Array.Sort(processes, (left, right) => left.Id.CompareTo(right.Id));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1035Array.Sort(resultsArray, (left, right) => left.NodeRequestId.CompareTo(right.NodeRequestId));
Microsoft.CodeAnalysis (1)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
63Array.Sort(caseLabels, CompareIntegralSwitchLabels);
Microsoft.Extensions.Compliance.Abstractions (1)
Classification\DataClassificationSet.cs (1)
115Array.Sort(a, (x, y) =>
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
596Array.Sort(constructors,
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
1041Array.Sort(permutation, GetCompareItems(queryLabels, queryOutputs));
Microsoft.ML.TimeSeries (1)
TrajectoryMatrix.cs (1)
244Array.Sort(ind, (a, b) => sVal[b].CompareTo(sVal[a]));
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
503Array.Sort(entries, delegate(DictionaryEntry one, DictionaryEntry two)
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
222Array.Sort(_xCoord, (x, y) => x.value.CompareTo(y.value)); 225Array.Sort(_yCoord, (x, y) => x.value.CompareTo(y.value));
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
579Array.Sort(array, comparison);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregatorStore.cs (1)
335Array.Sort(instructions, (LabelInstruction a, LabelInstruction b) => string.CompareOrdinal(a.LabelName, b.LabelName));
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1326Array.Sort(parentInterfaceTypes, (x, y) => string.Compare(x.FullName, y.FullName));
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\EnumerableExtensions.cs (1)
34Array.Sort(map, (int left, int right) =>
System\Reflection\Internal\Utilities\MemoryBlock.cs (1)
827Array.Sort(ptrTable, (int a, int b) => { return unsortedReferences[a - 1].CompareTo(unsortedReferences[b - 1]); });
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenRecordService.cs (1)
148Array.Sort(frames, (x, y) => x.elapsed.CompareTo(y.elapsed));