3 references to Deref
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
881
case OpType.
Deref
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1526
internal DerefOp(TypeUsage type) : base(OpType.
Deref
, type) { }
1527
private DerefOp() : base(OpType.
Deref
) { }