7 references to Leaf
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (5)
116if (false == skipRest && lastChild.OpType == CellTreeOpType.Leaf && 117child.OpType == CellTreeOpType.Leaf) 229CellTreeOpType commonChildOpType = CellTreeOpType.Leaf; 238Debug.Assert(opNode.OpType != CellTreeOpType.Leaf, "Leaf type for op cell node?"); 240if (commonChildOpType == CellTreeOpType.Leaf)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
146Debug.Assert(node.OpType != CellTreeOpType.Leaf, "Wrong op type for operation node");
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
87internal override CellTreeOpType OpType { get { return CellTreeOpType.Leaf; } }