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)
75
if (
_children
== null)
80
foreach (ProviderCommandInfo child in
_children
)