1 write to m_command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
497
m_command
= ITreeGenerator.Generate(cqtree);
4 references to m_command
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PlanCompiler.cs (4)
179
internal Command Command { get { return
m_command
; } }
477
if (_applyTransformationsRegardlessOfSize.Enabled || this.
m_command
.NextNodeId < MaxNodeCountForTransformations)
483
int actualCount = NodeCounter.Count(this.
m_command
.Root);
498
PlanCompiler.Assert(
m_command
!= null, "Unable to generate internal tree from Command Tree");