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