85 references to Set
System.Data.Entity (85)
System\Data\Query\InternalTrees\Command.cs (6)
190varset.Set(v); 1174varSet.Set(v); 1372vec.Set(v); 1389vec.Set(v); 1405vec.Set(v); 1692projectVars.Set(v);
System\Data\Query\InternalTrees\Metadata.cs (2)
216m_nonnullableColumns.Set(v); 223m_keys.Set(v);
System\Data\Query\InternalTrees\NodeInfo.cs (13)
458nodeInfo.ExternalReferences.Set(op.Var); 521nodeInfo.LocalDefinitions.Set(v); 522nodeInfo.Definitions.Set(v); 550nodeInfo.ExternalReferences.Set(op.Var); 606nodeInfo.Definitions.Set(v); 610nodeInfo.ExternalReferences.Set(v); 624nodeInfo.LocalDefinitions.Set(varDefOp.Var); 626nodeInfo.Definitions.Set(varDefOp.Var); 631nodeInfo.NonNullableDefinitions.Set(varDefOp.Var); 753nodeInfo.NonNullableDefinitions.Set(((VarDefOp)chi.Op).Var); 1199nodeInfo.Definitions.Set(v); 1203nodeInfo.ExternalReferences.Set(v); 1325nodeInfo.LocalDefinitions.Set(ci.CollectionVar);
System\Data\Query\InternalTrees\Vars.cs (2)
390this.Set(v); 478newVec.Set(newVar);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
927groupByOp.Outputs.Set(newFunctionVar); 936ancestorProjectOp.Outputs.Set(newFunctionVar);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1531sortVars.Set(sortKey.Var);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
2525outputVarSet.Set(aggVar); 2613outputVarSet.Set(keyVar); 2614keyVarSet.Set(keyVar); 2677projectOutpus.Set(inputVar); 2820projectedVars.Set(inputVar); 2851projectedVars.Set(specVar);
System\Data\Query\PlanCompiler\JoinGraph.cs (4)
596columnVars.Set(v); 1513replacementNode.Table.ReferencedColumns.Set(replacementVars[i]); 1562replacedVars.Set(replacedVar); 1924joinEdge.Right.NullableColumns.Set(v);
System\Data\Query\PlanCompiler\KeyPullup.cs (5)
321branchOutputVars.Set(branchDiscriminatorVar); 338branchOutputVars.Set(keyVar); 353branchNodeInfo.Keys.KeyVars.Set(branchDiscriminatorVar); 362branchOutputVars.Set(v); 376projectNodeInfo.Keys.KeyVars.Set(branchDiscriminatorVar);
System\Data\Query\PlanCompiler\NestPullup.cs (23)
371newOutputs.Set(inputVar); 548newOutputVars.Set(ci.CollectionVar); 821op.Outputs.Set(key.Var); 909nestOpCollectionOutputs.Set(ci.CollectionVar); 950newOutputVars.Set(sk.Var); 1108newNestedProjectOutputs.Set(((VarDefOp)varDefNode.Op).Var); 1192outputVars.Set(refVar); 1257flattenedElementVarVec.Set(sk.Var); 1281collectionReferences.Set(collectionVar); 1356oldNestOpCollectionOutputs.Set(ci.CollectionVar); 1443newProjectOpOutputs.Set(tempVar); 1475nestOpOutputs.Set(sk.Var); 1663sortVars.Set(sk.Var); 1675sortVars.Set(sk.Var); 2039sortVars.Set(sk.Var); 2049sortVars.Set(v); 2064sortVars.Set(sk.Var); 2235nestOpOutputs.Set(outputDiscriminatorVar); 2240flattenedOutputVarVec.Set(outputDiscriminatorVar); 2256flattenedOutputVarVec.Set(keyVar); 2294flattenedOutputVarVec.Set(v); 2298nestOpOutputs.Set(ci.CollectionVar); 2457projectOutputs.Set(constantVar);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1500op.Outputs.Set(v); 1529newVarSet.Set(kv.Value);
System\Data\Query\PlanCompiler\Normalizer.cs (1)
201gbyOutputVars.Set(aggVar);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2366op.Outputs.Set(key.Var);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (4)
100arg.Set(columnMap.Var); 174m_referencedVars.Set(v); 551keyVec.Set(keyVar); 552outputVec.Set(keyVar);
System\Data\Query\PlanCompiler\TransformationRules.cs (11)
69m_remappedVars.Set(oldVar); 2039newVars.Set(computedVar); 2049newVars.Set(computedVar); 2275projectOp.Outputs.Set(varRefOp.Var); 2593projectOp.Outputs.Set(v); 2949projectOpOutputs.Set(newVar); 3261op.Outputs.Set(newVar); 3443newVarSet.Set(v); 3933groupByOp.Outputs.Set(varRefOp.Var); 3935groupByOp.Keys.Set(varRefOp.Var); 4137m_usedVars.Set(referencedVar);
System\Data\Query\PlanCompiler\VarRemapper.cs (2)
205sortVars.Set(sk.Var); 222sortVars.Set(sk.Var);