20 references to Command
System.Data.Entity (20)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
849
AggregatePushdown aggregatePushdown = new AggregatePushdown(planCompilerState.
Command
);
System\Data\Query\PlanCompiler\CodeGen.cs (1)
146
private Command Command { get { return m_compilerState.
Command
; } }
System\Data\Query\PlanCompiler\JoinElimination.cs (3)
53
private Command Command { get { return m_compilerState.
Command
; } }
66
m_varRemapper = new VarRemapper(m_compilerState.
Command
);
67
m_varRefManager = new VarRefManager(m_compilerState.
Command
);
System\Data\Query\PlanCompiler\NestPullup.cs (2)
85
m_varRemapper = new VarRemapper(compilerState.
Command
);
121
private Command Command { get { return m_compilerState.
Command
; } }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
111
private Command m_command { get { return m_compilerState.
Command
; } }
159
PropertyPushdownHelper.Process(compilerState.
Command
, structuredTypeInfo, out varPropertyMap, out nodePropertyMap);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
161
StructuredTypeInfo.Process(planCompilerState.
Command
,
System\Data\Query\PlanCompiler\ProjectionPruner.cs (4)
110
private Command m_command { get { return m_compilerState.
Command
; } }
124
m_referencedVars = compilerState.
Command
.CreateVarVec();
138
compilerState.
Command
.Root = Process(compilerState, compilerState.
Command
.Root);
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
39
protected Command m_command { get { return m_compilerState.
Command
; } }
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
401
: base(compilerState.
Command
)
404
m_remapper = new VarRemapper(compilerState.
Command
);
406
m_remappedVars = compilerState.
Command
.CreateVarVec();
802
compilerState.
Command
.Root = ruleProcessor.ApplyRulesToSubtree(context, rulesTable, compilerState.
Command
.Root);