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)
1417.Select<IGrouping<TKey, TSource>, TResult>(delegate (IGrouping<TKey, TSource> grouping) { return resultSelector(grouping.Key, grouping); }); 1443return source.GroupBy<TSource, TKey>(keySelector, comparer).Select<IGrouping<TKey, TSource>, TResult>( 1474.Select<IGrouping<TKey, TElement>, TResult>(delegate (IGrouping<TKey, TElement> grouping) { return resultSelector(grouping.Key, grouping); }); 1505.Select<IGrouping<TKey, TElement>, TResult>(delegate (IGrouping<TKey, TElement> grouping) { return resultSelector(grouping.Key, grouping); }); 2215return source.Select(selector).Sum(); 2239return source.Select(selector).Sum(); 2263return source.Select(selector).Sum(); 2287return source.Select(selector).Sum(); 2309return source.Select(selector).Sum(); 2331return source.Select(selector).Sum(); 2353return source.Select(selector).Sum(); 2375return source.Select(selector).Sum(); 2399return source.Select(selector).Sum(); 2423return source.Select(selector).Sum(); 2712return source.Select<TSource, int>(selector).Min<int>(); 2734return source.Select<TSource, int?>(selector).Min<int?>(); 2759return source.Select<TSource, long>(selector).Min<long>(); 2781return source.Select<TSource, long?>(selector).Min<long?>(); 2806return source.Select<TSource, float>(selector).Min<float>(); 2828return source.Select<TSource, float?>(selector).Min<float?>(); 2853return source.Select<TSource, double>(selector).Min<double>(); 2875return source.Select<TSource, double?>(selector).Min<double?>(); 2900return source.Select<TSource, decimal>(selector).Min<decimal>(); 2922return source.Select<TSource, decimal?>(selector).Min<decimal?>(); 2948return source.Select<TSource, TResult>(selector).Min<TResult>(); 3226return source.Select<TSource, int>(selector).Max<int>(); 3248return source.Select<TSource, int?>(selector).Max<int?>(); 3273return source.Select<TSource, long>(selector).Max<long>(); 3295return source.Select<TSource, long?>(selector).Max<long?>(); 3320return source.Select<TSource, float>(selector).Max<float>(); 3342return source.Select<TSource, float?>(selector).Max<float?>(); 3367return source.Select<TSource, double>(selector).Max<double>(); 3389return source.Select<TSource, double?>(selector).Max<double?>(); 3414return source.Select<TSource, decimal>(selector).Max<decimal>(); 3436return source.Select<TSource, decimal?>(selector).Max<decimal?>(); 3462return source.Select<TSource, TResult>(selector).Max<TResult>(); 3726return source.Select(selector).Average(); 3750return source.Select(selector).Average(); 3777return source.Select(selector).Average(); 3801return source.Select(selector).Average(); 3826return source.Select(selector).Average(); 3848return source.Select(selector).Average(); 3873return source.Select(selector).Average(); 3895return source.Select(selector).Average(); 3920return source.Select(selector).Average(); 3942return source.Select(selector).Average();