6 references to Sort
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.BasicBlockBuilder.cs (1)
269branches.Sort((x, y) =>
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
335CaptureIds?.Sort((x, y) => x.Value.CompareTo(y.Value));
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ExitPointsWalker.cs (1)
66_branchesOutOf.Sort((x, y) => x.SpanStart - y.SpanStart);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
374builder.Sort((x, y) => compareTypeParameters(x, y));
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
ExpressionCompilerTestHelpers.cs (1)
552builder.Sort((x, y) => AssemblyIdentityComparer.SimpleNameComparer.Compare(x.Item1.GetDisplayName(), y.Item1.GetDisplayName()));
Microsoft.CodeAnalysis.Test.Utilities (1)
MarkedSource\MarkupTestFile.cs (1)
215builder.Sort((left, right) => left.Start - right.Start);