4 references to Leaf
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
925case OpType.Leaf:
System\Data\Query\InternalTrees\Rule.cs (2)
52Debug.Assert(opType != OpType.Leaf, "bad OpType - Leaf"); 163if (pattern.Op.OpType == OpType.Leaf)
System\Data\Query\InternalTrees\RulePatternOps.cs (1)
37private LeafOp() : base(OpType.Leaf) { }