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