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