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