4 references to IsAssociativeOp
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (3)
87
bool isAssociativeOp = CellTreeNode.
IsAssociativeOp
(rootNode.OpType);
153
if (CellTreeNode.
IsAssociativeOp
(rootNode.OpType) == false || children.Count <= 1)
244
else if (CellTreeNode.
IsAssociativeOp
(opNode.OpType) == false || commonChildOpType != opNode.OpType)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
197
if (CellTreeNode.
IsAssociativeOp
(node.OpType))