13 references to Var
System.Data.Entity (13)
System\Data\Query\InternalTrees\Dump.cs (2)
518if (null != op.Var) { 519attrs.Add("Var", op.Var.Id);
System\Data\Query\InternalTrees\NodeInfo.cs (1)
550nodeInfo.ExternalReferences.Set(op.Var);
System\Data\Query\InternalTrees\OpCopier.cs (1)
716Var mappedVar = GetMappedVar(op.Var);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
458if (_groupAggregateVarInfoManager.TryGetReferencedGroupAggregateVarInfo(unnestOp.Var, out groupAggregateVarRefInfo)) 741if (_groupAggregateVarInfoManager.TryGetReferencedGroupAggregateVarInfo(op.Var, out groupAggregateVarRefInfo))
System\Data\Query\PlanCompiler\NestPullup.cs (3)
1738md.CollectionType collType = TypeHelpers.GetEdmType<md.CollectionType>(op.Var.Type); 1746PlanCompiler.Assert(((VarDefOp)n.Child0.Op).Var == op.Var, "Unnest var not found?"); 1767m_definingNodeMap.Add(op.Var, newNode);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1364if (m_varInfoMap.TryGetVarInfo(op.Var, out unnestVarInfo) && unnestVarInfo.Kind == VarInfoKind.CollectionVarInfo)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
738AddReference(op.Var);
System\Data\Query\PlanCompiler\VarRemapper.cs (2)
295Var newVar = Map(op.Var); 296if (newVar != op.Var)