7 references to KnownAppCommandInstructions
Microsoft.NET.Build.Containers (7)
ImageBuilder.cs (7)
191appCommandInstruction = KnownAppCommandInstructions.None; 196appCommandInstruction = KnownAppCommandInstructions.DefaultArgs; 207appCommandInstruction = KnownAppCommandInstructions.Entrypoint; 225case KnownAppCommandInstructions.None: 232case KnownAppCommandInstructions.DefaultArgs: 235case KnownAppCommandInstructions.Entrypoint: 249string.Join(",", KnownAppCommandInstructions.SupportedAppCommandInstructions)));