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