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