4 references to Children
Aspire.Hosting.CodeGeneration.TypeScript (4)
TypeScriptApiProjector.cs (4)
682
foreach (var (name, node) in root.
Children
.OrderBy(pair => pair.Key, StringComparer.Ordinal))
709
foreach (var (name, child) in node.
Children
.OrderBy(pair => pair.Key, StringComparer.Ordinal))
932
if (!current.
Children
.TryGetValue(segment, out var child))
935
current.
Children
[segment] = child;