3 references to ExportedValues
Aspire.Hosting.CodeGeneration.Python (3)
AtsPythonCodeGenerator.cs (1)
869var sb = _moduleBuilder.ExportedValues;
PythonModuleBuilder.cs (2)
127if (ExportedValues.Length > 0) 134output.Append(ExportedValues);