6 references to Keys
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (2)
331if (0 != ci.Keys.Count) { 332attrs2.Add("Keys", ci.Keys);
System\Data\Query\InternalTrees\OpCopier.cs (1)
1119VarVec newKeys = Copy(ci.Keys);
System\Data\Query\PlanCompiler\NestPullup.cs (3)
2272VarVec newCollectionKeys = RemapVarVec(ci.Keys, varMapList[i]); 2301SimpleColumnMap[] keyColumnMaps = new SimpleColumnMap[newCollectionInfo.Keys.Count]; 2302foreach (Var keyVar in newCollectionInfo.Keys)