6 references to Sort
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.BasicBlockBuilder.cs (1)
269
branches.
Sort
((x, y) =>
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
335
CaptureIds?.
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)
374
builder.
Sort
((x, y) => compareTypeParameters(x, y));
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
ExpressionCompilerTestHelpers.cs (1)
552
builder.
Sort
((x, y) => AssemblyIdentityComparer.SimpleNameComparer.Compare(x.Item1.GetDisplayName(), y.Item1.GetDisplayName()));
Microsoft.CodeAnalysis.Test.Utilities (1)
MarkedSource\MarkupTestFile.cs (1)
215
builder.
Sort
((left, right) => left.Start - right.Start);