4 references to Entrypoint
Microsoft.NET.Build.Containers (4)
ImageBuilder.cs (2)
205appCommandInstruction = KnownAppCommandInstructions.Entrypoint; 233case KnownAppCommandInstructions.Entrypoint:
KnownAppCommandInstructions.cs (2)
9public const string Entrypoint = nameof(Entrypoint); 12public static readonly string[] SupportedAppCommandInstructions = new[] { Entrypoint, DefaultArgs, None };