27 references to
System.Data.Entity (27)
System\Data\Query\InternalTrees\Ops.cs (1)
515: this(opType)
System\Data\Query\InternalTrees\ScalarOps.cs (26)
42: base(opType) 309private VarRefOp() : base(OpType.VarRef) { } 373private FunctionOp() : base(OpType.Function) { } 433private PropertyOp() : base(OpType.Property) { } 486private TreatOp() : base(OpType.Treat) { } 541private IsOfOp() : base(OpType.IsOf) { } 588private CastOp() : base(OpType.Cast) { } 634private SoftCastOp() : base(OpType.SoftCast) { } 677private ComparisonOp(OpType opType) : base(opType) { } 718private LikeOp() : base(OpType.Like) { } 762private ConditionalOp(OpType opType) : base(opType) { } 800private CaseOp() : base(OpType.Case) { } 845private AggregateOp() : base(OpType.Aggregate) { } 895private CollectOp() : base(OpType.Collect) { } 939private RelPropertyOp() : base(OpType.RelProperty) { } 1006protected NewEntityBaseOp(OpType opType) : base(opType) { } 1078private NewInstanceOp() : base(OpType.NewInstance) { } 1182private NewRecordOp() : base(OpType.NewRecord) { } 1245private NewMultisetOp() : base(OpType.NewMultiset) { } 1319private RefOp() : base(OpType.Ref) { } 1367private ExistsOp() : base(OpType.Exists) { } 1407private ElementOp() : base(OpType.Element) { } 1447private GetRefKeyOp() : base(OpType.GetRefKey) { } 1487private GetEntityRefOp() : base(OpType.GetEntityRef) { } 1527private DerefOp() : base(OpType.Deref) { } 1575private NavigateOp() : base(OpType.Navigate) { }