2 types derived from AncillaryOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\AncillaryOps.cs (2)
20internal sealed class VarDefOp : AncillaryOp 69internal sealed class VarDefListOp : AncillaryOp
3 references to AncillaryOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\Visitors.cs (3)
467protected virtual void VisitAncillaryOpDefault(AncillaryOp op, Node n) 850protected virtual TResultType VisitAncillaryOpDefault(AncillaryOp op, Node n) 1700protected override Node VisitAncillaryOpDefault(AncillaryOp op, Node n)