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