5 references to Children
Aspire.Hosting.CodeGeneration.Go (5)
AtsGoCodeGenerator.cs (5)
610foreach (var (name, node) in root.Children.OrderBy(pair => pair.Key, StringComparer.Ordinal)) 624foreach (var (name, child) in node.Children.OrderBy(pair => pair.Key, StringComparer.Ordinal)) 658foreach (var (name, child) in node.Children.OrderBy(pair => pair.Key, StringComparer.Ordinal)) 739if (!current.Children.TryGetValue(segment, out var child)) 742current.Children[segment] = child;