50 references to Select
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Source\ExternAliasTests.cs (2)
404var targets = comp3.SyntaxTrees.AsParallel().Select(tree => 430var targets = comp3.SyntaxTrees.AsParallel().Select(tree =>
System.Linq.Parallel (48)
System\Linq\Parallel\Enumerables\ParallelQuery.cs (2)
104return ParallelEnumerable.Select<TSource, TCastTo>(this, elem => (TCastTo)(object)elem!); 113.Select<TSource, TCastTo>(elem => (TCastTo)(object)elem!);
System\Linq\ParallelEnumerable.cs (46)
1414.Select<IGrouping<TKey, TSource>, TResult>(delegate (IGrouping<TKey, TSource> grouping) { return resultSelector(grouping.Key, grouping); }); 1440return source.GroupBy<TSource, TKey>(keySelector, comparer).Select<IGrouping<TKey, TSource>, TResult>( 1471.Select<IGrouping<TKey, TElement>, TResult>(delegate (IGrouping<TKey, TElement> grouping) { return resultSelector(grouping.Key, grouping); }); 1502.Select<IGrouping<TKey, TElement>, TResult>(delegate (IGrouping<TKey, TElement> grouping) { return resultSelector(grouping.Key, grouping); }); 2212return source.Select(selector).Sum(); 2236return source.Select(selector).Sum(); 2260return source.Select(selector).Sum(); 2284return source.Select(selector).Sum(); 2306return source.Select(selector).Sum(); 2328return source.Select(selector).Sum(); 2350return source.Select(selector).Sum(); 2372return source.Select(selector).Sum(); 2396return source.Select(selector).Sum(); 2420return source.Select(selector).Sum(); 2709return source.Select<TSource, int>(selector).Min<int>(); 2731return source.Select<TSource, int?>(selector).Min<int?>(); 2756return source.Select<TSource, long>(selector).Min<long>(); 2778return source.Select<TSource, long?>(selector).Min<long?>(); 2803return source.Select<TSource, float>(selector).Min<float>(); 2825return source.Select<TSource, float?>(selector).Min<float?>(); 2850return source.Select<TSource, double>(selector).Min<double>(); 2872return source.Select<TSource, double?>(selector).Min<double?>(); 2897return source.Select<TSource, decimal>(selector).Min<decimal>(); 2919return source.Select<TSource, decimal?>(selector).Min<decimal?>(); 2945return source.Select<TSource, TResult>(selector).Min<TResult>(); 3223return source.Select<TSource, int>(selector).Max<int>(); 3245return source.Select<TSource, int?>(selector).Max<int?>(); 3270return source.Select<TSource, long>(selector).Max<long>(); 3292return source.Select<TSource, long?>(selector).Max<long?>(); 3317return source.Select<TSource, float>(selector).Max<float>(); 3339return source.Select<TSource, float?>(selector).Max<float?>(); 3364return source.Select<TSource, double>(selector).Max<double>(); 3386return source.Select<TSource, double?>(selector).Max<double?>(); 3411return source.Select<TSource, decimal>(selector).Max<decimal>(); 3433return source.Select<TSource, decimal?>(selector).Max<decimal?>(); 3459return source.Select<TSource, TResult>(selector).Max<TResult>(); 3723return source.Select(selector).Average(); 3747return source.Select(selector).Average(); 3774return source.Select(selector).Average(); 3798return source.Select(selector).Average(); 3823return source.Select(selector).Average(); 3845return source.Select(selector).Average(); 3870return source.Select(selector).Average(); 3892return source.Select(selector).Average(); 3917return source.Select(selector).Average(); 3939return source.Select(selector).Average();