5 references to Property
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
971case OpType.Property:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
428: base(OpType.Property, type) 433private PropertyOp() : base(OpType.Property) { }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2333PlanCompiler.Assert(op.OpType == OpType.Property || op.OpType == OpType.RelProperty,
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1308if (n.Op.OpType != OpType.Property || (!Helper.IsNavigationProperty(((PropertyOp)n.Op).PropertyInfo)))