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