2 instantiations of ExportedValueTreeNode
Aspire.Hosting.CodeGeneration.TypeScript (2)
TypeScriptApiProjector.cs (2)
925var root = new ExportedValueTreeNode(); 934child = new ExportedValueTreeNode();
7 references to ExportedValueTreeNode
Aspire.Hosting.CodeGeneration.TypeScript (7)
TypeScriptApiProjector.cs (7)
679var root = BuildExportedValueTree(exportedValues); 702ExportedValueTreeNode node, 923private static ExportedValueTreeNode BuildExportedValueTree(IReadOnlyList<AtsExportedValueInfo> exportedValues) 925var root = new ExportedValueTreeNode(); 929var current = root; 932if (!current.Children.TryGetValue(segment, out var child)) 3044public Dictionary<string, ExportedValueTreeNode> Children { get; } = new(StringComparer.Ordinal);