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