2 references to ApplyRulesToSubtree
System.Data.Entity (2)
System\Data\Query\InternalTrees\RuleProcessor.cs (2)
126subTreeRoot.Children[i] = ApplyRulesToSubtree(context, rules, subTreeRoot.Children[i], subTreeRoot, i); 157return ApplyRulesToSubtree(context, rules, subTreeRoot, null, 0);