2 references to OrderBy
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs (2)
631return source.OrderBy(Comparer<T>.Create(compare)); 645return source.OrderBy(Comparer<T>.Default);