8 references to Variable
System.Data.Entity (8)
System\Data\Common\CommandTrees\DbLambda.cs (1)
700
result[idx] = argumentTypes[idx].
Variable
(paramNames[idx]);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
190
return CqtBuilder.
Variable
(newVarType, varRef.VariableName);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
3395
DbVariableReferenceExpression groupAggregateVarRef = groupAggregateDefinition.ResultType.
Variable
(sr.GenerateInternalName("groupAggregate"));
3857
DbVariableReferenceExpression aggVarRef = groupAggregateInfo.AggregateStubExpression.ResultType.
Variable
(groupAggregateInfo.AggregateName);
4009
VarRef = varBasedKeyExpr.ResultType.
Variable
(name);
4142
DbVariableReferenceExpression projectionExpressionRef = projectionExpression.Value.ResultType.
Variable
(projectionExpression.Key);
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (2)
72
parameters.Select(pInfo => pInfo.ResultType.
Variable
(pInfo.ParameterName)));
106
functionParameters.Select(pInfo => pInfo.TypeUsage.
Variable
(pInfo.Name)));