Lines Matching defs:root
47 /// [root] -+- foo -+- bar
68 private readonly Node root = new Node();
108 var node = root;
116 && node != root
157 if (root.Children.Count != 0)
160 GetFieldPaths(root, "", paths);
190 if (root.Children.Count == 0)
201 var node = root;
204 if (node != root
238 if (root.Children.Count == 0)
243 Merge(root, "", source, destination, options);