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