2 instantiations of PythonExportedValueTreeNode
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
1050var root = new PythonExportedValueTreeNode(); 1058child = new PythonExportedValueTreeNode();
7 references to PythonExportedValueTreeNode
Aspire.Hosting.CodeGeneration.Python (7)
AtsPythonCodeGenerator.cs (7)
29public Dictionary<string, PythonExportedValueTreeNode> Children { get; } = new(StringComparer.Ordinal); 950var root = BuildExportedValueTree(exportedValues); 962PythonExportedValueTreeNode node, 1048private static PythonExportedValueTreeNode BuildExportedValueTree(IReadOnlyList<AtsExportedValueInfo> exportedValues) 1050var root = new PythonExportedValueTreeNode(); 1053var current = root; 1056if (!current.Children.TryGetValue(segment, out var child))