Lines Matching defs:Children
65 public Dictionary<string, Node> Children { get; } = new Dictionary<string, Node>();
117 && node.Children.Count == 0)
124 if (!node.Children.TryGetValue(part, out childNode))
128 node.Children.Add(part, childNode);
134 node.Children.Clear();
157 if (root.Children.Count != 0)
172 if (node.Children.Count == 0)
178 foreach (var entry in node.Children)
190 if (root.Children.Count == 0)
205 && node.Children.Count == 0)
212 if (!node.Children.TryGetValue(part, out node))
238 if (root.Children.Count == 0)
262 foreach (var entry in node.Children)
271 if (entry.Value.Children.Count != 0)