2 references to Sort
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentBindLoweringPass.cs (1)
370toRemove.Sort(static (x, y) => x.Index.CompareTo(y.Index));
Language\Extensions\FunctionsDirectivePass.cs (1)
38directiveNodes.Sort(CompareAbsoluteIndices);