6 references to DbVariableReferenceExpression
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (4)
98DbVariableReferenceExpression inputRef = new DbVariableReferenceExpression(elementType, varName); 127DbVariableReferenceExpression inputRef = new DbVariableReferenceExpression(elementType, varName); 128DbVariableReferenceExpression groupRef = new DbVariableReferenceExpression(elementType, groupVarName); 658return new DbVariableReferenceExpression(type, name);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
421DbVariableReferenceExpression paramRefExpr = new DbVariableReferenceExpression(typeUsage, name);
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
805DbVariableReferenceExpression sourceRef = new DbVariableReferenceExpression(expression.NavigationSource.ResultType, varName);