4 references to m_ancestors
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2222Node ancestor = m_ancestors.Peek();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (3)
96foreach (Node n in m_ancestors) 122m_ancestors.Push(n); 129m_ancestors.Pop();