2 references to ThenBy
Microsoft.Build (2)
IEnumerableExtensions.cs (2)
670
return source.
ThenBy
(Comparer<T>.Create(compare));
675
return source.
ThenBy
(Comparer<T>.Default);