5 references to GetNodeInfo
System.Data.Entity (5)
System\Data\Query\InternalTrees\Command.cs (1)
1517return n.GetNodeInfo(this);
System\Data\Query\InternalTrees\NodeInfo.cs (1)
380return n.GetNodeInfo(m_command);
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2405foreach (Var var in joinNode.OtherPredicate.GetNodeInfo(this.m_command).ExternalReferences)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1469nestOpOutputs.Or(newNestNodeChildren[i].GetNodeInfo(Command).ExternalReferences);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
90if (parent.Children[i].GetNodeInfo(m_command).ExternalReferences.Overlaps(keys))