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