3 references to Sort
Microsoft.CodeAnalysis.Features (2)
AddPackage\AbstractAddPackageCodeFixProvider.cs (1)
90var sortedPackages = result.ToImmutableArray().Sort();
StringIndentation\IStringIndentationService.cs (1)
109public readonly ImmutableArray<TextSpan> OrderedHoleSpans = holeSpans.NullToEmpty().Sort();
Microsoft.Interop.SourceGeneration (1)
ValueEqualityImmutableDictionary.cs (1)
39foreach (var kvp in Map.ToImmutableArray().Sort())