3 references to OrderBy
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
322
foreach (var candidateOriginalPath in paths.
OrderBy
(StringComparer.Ordinal))
src\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs (2)
603
return source.
OrderBy
(Comparer<T>.Create(compare));
617
return source.
OrderBy
(Comparer<T>.Default);