2 references to Computed
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1046
Debug.Assert(op.Var.VarType == VarType.
Computed
, "Unexpected VarType");
System\Data\Query\InternalTrees\Vars.cs (1)
181
internal ComputedVar(int id, TypeUsage type) : base(id, VarType.
Computed
, type)