3 references to VarDefList
System.Data.Entity (3)
System\Data\Query\InternalTrees\AncillaryOps.cs (1)
72private VarDefListOp() : base(OpType.VarDefList) { }
System\Data\Query\InternalTrees\Dump.cs (1)
1001case OpType.VarDefList:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
564Debug.Assert(varDefListNode.Op.OpType == OpType.VarDefList);