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