5 references to Children
System.Data.Services (5)
System\Data\Services\Epm\EpmContentSerializer.cs (5)
152EpmNullValuedPropertyNode child = current.Children.FirstOrDefault(c => c.Name == segment); 235current.Children.Add(newNode); 260foreach (EpmNullValuedPropertyNode node in currentRoot.Children) 276Debug.Assert(node.Children.Count > 0, "If the property represented by the current node is not null, there must be children nodes."); 285Debug.Assert(node.Children.Count == 0, "If the property represented by the current node is not null, there must not be any children node.");