12 references to CreateVarDefListNode
System.Data.Entity (12)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
133
Node varDefListNode = itree.
CreateVarDefListNode
(castNode, out relVar);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
306
Node varDefListNode = _iqtCommand.
CreateVarDefListNode
(scalarExpr, out newVar);
709
Node varDefListNode = _iqtCommand.
CreateVarDefListNode
(varRefNode, out projectVar);
960
Node varDefNode = _iqtCommand.
CreateVarDefListNode
(newRecordNode, out newRecordVar);
1152
Node varDefListNode = _iqtCommand.
CreateVarDefListNode
(castNode, out projectVar);
2232
Node varDefListNode = _iqtCommand.
CreateVarDefListNode
(newInstNode, out sourceVar);
2254
Node varDefListNode = _iqtCommand.
CreateVarDefListNode
(projectionNode, out projectionVar);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2451
Node varDefListNode = Command.
CreateVarDefListNode
(constantNode, out constantVar);
System\Data\Query\PlanCompiler\Normalizer.cs (1)
200
Node aggVarDefListNode = m_command.
CreateVarDefListNode
(aggExprNode, out aggVar);
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
2752
Node dummyProjectVarDefListNode = command.
CreateVarDefListNode
(dummyConstantExpr, out sentinelVar);
2948
Node varDefListNode = command.
CreateVarDefListNode
(elementNode, out newVar);
4280
var varDefListNode = command.
CreateVarDefListNode
(command.CreateNode(command.CreateVarRefOp(groupByOp.Outputs.First)), out newVar);