2 instantiations of PythonExportedValueTreeNode
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
975var root = new PythonExportedValueTreeNode(); 983child = new PythonExportedValueTreeNode();
7 references to PythonExportedValueTreeNode
Aspire.Hosting.CodeGeneration.Python (7)
AtsPythonCodeGenerator.cs (7)
29public Dictionary<string, PythonExportedValueTreeNode> Children { get; } = new(StringComparer.Ordinal); 875var root = BuildExportedValueTree(exportedValues); 887PythonExportedValueTreeNode node, 973private static PythonExportedValueTreeNode BuildExportedValueTree(IReadOnlyList<AtsExportedValueInfo> exportedValues) 975var root = new PythonExportedValueTreeNode(); 978var current = root; 981if (!current.Children.TryGetValue(segment, out var child))