1 write to m_subCommands
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CodeGen.cs (1)
92
this.
m_subCommands
= new List<Node>(new Node[] { this.Command.Root });
1 reference to m_subCommands
System.Data.Entity (1)
System\Data\Query\PlanCompiler\CodeGen.cs (1)
126
foreach (Node subCommand in
m_subCommands
)