21 references to GenerateCommandLineCommandsInt
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImageToolTask.cs (1)
87protected override string GenerateCommandLineCommands() => GenerateCommandLineCommandsInt();
Microsoft.NET.Build.Containers.IntegrationTests (20)
FullFramework\CreateNewImageToolTaskTests.cs (20)
25Exception e = Assert.Throws<InvalidOperationException>(() => task.GenerateCommandLineCommandsInt()); 32e = Assert.Throws<InvalidOperationException>(() => task.GenerateCommandLineCommandsInt()); 37e = Assert.Throws<InvalidOperationException>(() => task.GenerateCommandLineCommandsInt()); 42e = Assert.Throws<InvalidOperationException>(() => task.GenerateCommandLineCommandsInt()); 47e = Assert.Throws<InvalidOperationException>(() => task.GenerateCommandLineCommandsInt()); 52string args = task.GenerateCommandLineCommandsInt(); 84string args = task.GenerateCommandLineCommandsInt(); 118string args = task.GenerateCommandLineCommandsInt(); 151string args = task.GenerateCommandLineCommandsInt(); 183string args = task.GenerateCommandLineCommandsInt(); 225string args = task.GenerateCommandLineCommandsInt(); 271string args = task.GenerateCommandLineCommandsInt(); 363string args = task.GenerateCommandLineCommandsInt(); 401task.GenerateCommandLineCommandsInt(); 424string args = task.GenerateCommandLineCommandsInt(); 457string args = task.GenerateCommandLineCommandsInt(); 502string args = task.GenerateCommandLineCommandsInt(); 532string args = task.GenerateCommandLineCommandsInt(); 558string args = task.GenerateCommandLineCommandsInt(); 589string args = task.GenerateCommandLineCommandsInt();