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