3 references to GetSingletonVar
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1217
return
GetSingletonVar
(n.Child0);
1258
Var inputVar =
GetSingletonVar
(n.Child0);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
708
Var inputVar = NominalTypeEliminator.
GetSingletonVar
(n.Child0);