4 references to Children
Aspire.Hosting.CodeGeneration.Rust (4)
AtsRustCodeGenerator.cs (4)
274
foreach (var (name, node) in root.
Children
.OrderBy(pair => pair.Key, StringComparer.Ordinal))
289
foreach (var (childName, childNode) in node.
Children
.OrderBy(pair => pair.Key, StringComparer.Ordinal))
329
if (!current.
Children
.TryGetValue(segment, out var child))
332
current.
Children
[segment] = child;