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