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