33 references to InitFrom
System.Data.Entity (33)
System\Data\Query\InternalTrees\Command.cs (1)
214
vec.
InitFrom
(v);
System\Data\Query\InternalTrees\NodeInfo.cs (24)
43
m_keys.
InitFrom
(keyset.m_keys);
68
m_keys.
InitFrom
(left.m_keys);
615
nodeInfo.NonNullableDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
617
nodeInfo.NonNullableVisibleDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
697
nodeInfo.NonNullableDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
698
nodeInfo.NonNullableVisibleDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
740
nodeInfo.Definitions.
InitFrom
(op.Outputs);
741
nodeInfo.LocalDefinitions.
InitFrom
(nodeInfo.Definitions);
891
nodeInfo.NonNullableDefinitions.
InitFrom
(leftRelOpNodeInfo.NonNullableDefinitions);
897
nodeInfo.NonNullableVisibleDefinitions.
InitFrom
(leftRelOpNodeInfo.NonNullableDefinitions);
970
nodeInfo.NonNullableDefinitions.
InitFrom
(leftRelOpNodeInfo.NonNullableDefinitions);
975
nodeInfo.NonNullableVisibleDefinitions.
InitFrom
(leftRelOpNodeInfo.NonNullableDefinitions);
1016
nodeInfo.Definitions.
InitFrom
(op.Outputs);
1017
nodeInfo.LocalDefinitions.
InitFrom
(op.Outputs);
1096
nodeInfo.NonNullableDefinitions.
InitFrom
(leftNonNullableVars);
1148
nodeInfo.NonNullableDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
1149
nodeInfo.NonNullableVisibleDefinitions.
InitFrom
(relOpChildNodeInfo.NonNullableDefinitions);
1192
nodeInfo.ExternalReferences.
InitFrom
(childNodeInfo.ExternalReferences);
1208
nodeInfo.NonNullableDefinitions.
InitFrom
(childNodeInfo.NonNullableDefinitions);
1232
nodeInfo.Definitions.
InitFrom
(childNodeInfo.Definitions);
1234
nodeInfo.ExternalReferences.
InitFrom
(childNodeInfo.ExternalReferences);
1235
nodeInfo.NonNullableDefinitions.
InitFrom
(childNodeInfo.NonNullableDefinitions);
1282
nodeInfo.LocalDefinitions.
InitFrom
(nodeInfo.Definitions);
1327
nodeInfo.Definitions.
InitFrom
(op.Outputs);
System\Data\Query\InternalTrees\Vars.cs (1)
547
newVec.
InitFrom
(this);
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
146
op.Outputs.
InitFrom
(outputVars);
375
projectNodeInfo.Keys.KeyVars.
InitFrom
(branchNodeInfo.Keys.KeyVars);
System\Data\Query\PlanCompiler\Predicate.cs (1)
311
externalRefs.
InitFrom
(nodeInfo.ExternalReferences);
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
2650
projectOp.Outputs.
InitFrom
(vec);
3440
newVarSet.
InitFrom
(projectOp1.Outputs);
3481
projectOp.Outputs.
InitFrom
(vec);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
165
vec.
InitFrom
(newVec);