7 references to m_relOpAncestors
System.Data.Entity (7)
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
158foreach (Node relOpAncestor in m_relOpAncestors) 200if (this.m_relOpAncestors.Any(a => IsOpNotSafeForNullSentinelValueChange(a.Op.OpType))) 207var applyAncestors = this.m_relOpAncestors.Where(a => 214if (!this.m_relOpAncestors.Contains(applyAncestor.Child1) && HasOpNotSafeForNullSentinelValueChange(applyAncestor.Child1)) 452m_relOpAncestors.Push(subTree); 481PlanCompiler.Assert(m_relOpAncestors.Count != 0, "The RelOp ancestors stack is empty when post processing a RelOp subtree"); 482Node poppedNode = m_relOpAncestors.Pop();