7 references to Take
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
777.Take(this.currentLevel)
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
320return Child.AsSequentialQuery(token).Take(m_count);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
777.Take(this.currentLevel)
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
974var boundKeys = groupOutput.Properties.Take(newKeys.Count).Select(p => p.Name).Zip(newKeys).ToList();
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
342structuralTypePredicates.Take(m_structuralTypeMappings.Count - 1), 343structuralTypeMappingViews.Take(m_structuralTypeMappings.Count - 1),
System\Data\Mapping\Update\Internal\Graph.cs (1)
203orderedVertices = result.Take(resultCount);