4 references to IsScalarOpTree
System.Data.Entity (4)
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
145return IsScalarOpTree(node, null, ref nodeCount); 271return IsScalarOpTree(node, varRefMap, ref nodeCount); 299if (!IsScalarOpTree(chi.Child0, null, ref nonLeafNodeCount)) 576if (!IsScalarOpTree(chi, varRefMap, ref nonLeafNodeCount))