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