1 write to Children
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
116
parentInfo.
Children
= new Dictionary<NavigationProperty, SpanPathInfo>();
5 references to Children
System.Data.Entity (5)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (5)
114
if (null == parentInfo.
Children
)
123
if (!parentInfo.
Children
.TryGetValue(nextNavProp, out nextChild))
128
parentInfo.
Children
[nextNavProp] = nextChild;
210
if (currentInfo.
Children
!= null)
218
foreach (KeyValuePair<NavigationProperty, SpanPathInfo> nextInfo in currentInfo.
Children
)