3 writes to AppCommandInstruction
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.Interface.cs (1)
218AppCommandInstruction = "";
Microsoft.NET.Build.Containers.IntegrationTests (1)
FullFramework\CreateNewImageToolTaskTests.cs (1)
421task.AppCommandInstruction = value;
Microsoft.NET.Build.Containers.UnitTests (1)
CreateNewImageTests.cs (1)
85AppCommandInstruction = appCommandInstruction,
1 reference to AppCommandInstruction
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.cs (1)
292string appCommandInstruction = AppCommandInstruction;