6 references to Select
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
188
return Child.AsSequentialQuery(token).
Select
(m_selector);
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
297
from pv in constructedEntityType.Properties.
Select
((p, idx) => Tuple.Create(p, entityConstructor.Arguments[idx])) // new { DependentProperty = p, Value = entityConstructor.Arguments[idx] })
298
join ft in fkConstraint.FromProperties.
Select
((fp, idx) => Tuple.Create(fp, fkConstraint.ToProperties[idx])) //new { PrincipalProperty = fp, DependentProperty = fkConstraint.ToProperties[idx] })
System\Data\Mapping\FunctionImportMapping.cs (1)
406
candidateFunctions.
Select
((typeCondition, ordinal) => ordinal == i ?
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
437
.
Select
((t, i) => new KeyValuePair<Type, int>(t, i))
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (1)
449
.
Select
((t, i) => new KeyValuePair<Type, int>(t, i))