2 writes to _children
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CommandPlan.cs (2)
73_children = children; 77_children = new List<ProviderCommandInfo>();
2 references to _children
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CommandPlan.cs (2)
75if (_children == null) 80foreach (ProviderCommandInfo child in _children)