Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
5 references to Execute
dotnet (5)
Commands\Package\Add\PackageAddCommand.cs (1)
99}.Execute();
Commands\Run\RunCommand.cs (1)
430buildResult = projectBuilder.Execute();
Commands\Run\VirtualProjectBuildingCommand.cs (2)
44/// Filled during <see cref="Execute"/>. 49/// Filled during <see cref="Execute"/>.
Commands\Test\MTP\MSBuildUtility.cs (1)
142int buildExitCode = buildOptions.HasNoBuild ? 0 : buildCommand.Execute();