6 references to Zip
System.Data.Entity (6)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
974
var boundKeys = groupOutput.Properties.Take(newKeys.Count).Select(p => p.Name).
Zip
(newKeys).ToList();
975
var boundAggs = groupOutput.Properties.Skip(newKeys.Count).Select(p => p.Name).
Zip
(newAggs).ToList();
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1275
argTypes.
Zip
(aggArgTypes).All(types => types.Key == null && types.Value == null || TypeSemantics.IsStructurallyEqual(types.Key, types.Value)),
System\Data\Common\Internal\Materialization\Translator.cs (1)
1664
foreach (var pair in columnMap.Properties.
Zip
(initializerMetadata.GetChildTypes()))
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2527
Common.TypeHelpers.GetAllStructuralMembers(structuralType).Cast<EdmMember>().
Zip
(propertyMappings)
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
241
.
Zip
(parameterValues)