20 references to CollectionVar
System.Data.Entity (20)
System\Data\Query\InternalTrees\Dump.cs (1)
323attrs2.Add("CollectionVar", ci.CollectionVar);
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1325nodeInfo.LocalDefinitions.Set(ci.CollectionVar);
System\Data\Query\InternalTrees\OpCopier.cs (2)
1115Var newCollectionVar = m_destCmd.CreateComputedVar(ci.CollectionVar.Type); 1116SetMappedVar(ci.CollectionVar, newCollectionVar);
System\Data\Query\PlanCompiler\NestPullup.cs (16)
508m_definingNodeMap[collectionInfo.CollectionVar].Child0 = ApplyIsNotNullFilter(m_definingNodeMap[collectionInfo.CollectionVar].Child0, sentinelVar); 548newOutputVars.Set(ci.CollectionVar); 909nestOpCollectionOutputs.Set(ci.CollectionVar); 925if (nestOpCollectionOutputs.IsSet(ci.CollectionVar) || newOutputVars.IsSet(ci.CollectionVar)) 929PlanCompiler.Assert(newOutputVars.IsSet(ci.CollectionVar), "collectionVar not in output Vars?"); // I must have missed something... 940PlanCompiler.Assert(newOutputVars.IsSet(ci.CollectionVar), "collectionVar not in output Vars?"); // I must have missed something... 1103newNestedProjectOutputs.Clear(ci.CollectionVar); 1356oldNestOpCollectionOutputs.Set(ci.CollectionVar); 1391if (!collectionsToRemove.IsSet(ci.CollectionVar)) 2148nestOp.CollectionInfo[i - 1] = Command.CreateCollectionInfo(chiCi.CollectionVar, 2277ci.CollectionVar, 2298nestOpOutputs.Set(ci.CollectionVar); 2317varRefReplacementMap[ci.CollectionVar] = collectionColumnMap; 2713m_newCollectionVarDefinitions.Add(newOp.CollectionInfo[i].CollectionVar, result.Children[i + 1]);