3 references to EntryPoints
Aspire.Hosting.CodeGeneration.Python (3)
AtsPythonCodeGenerator.cs (1)
808GenerateEntryPointFunctions(_moduleBuilder.EntryPoints, entryPoints);
PythonModuleBuilder.cs (2)
182if (EntryPoints.Length > 0) 189output.Append(EntryPoints);