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