6 overrides of CreateCommand
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
349
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Microsoft.NET.TestFramework (5)
Commands\DotnetCommand.cs (1)
13
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\MSBuildCommand.cs (1)
163
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\MSBuildVersionCommand.cs (1)
10
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\NuGetExeRestoreCommand.cs (1)
25
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\RunExeCommand.cs (1)
21
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
1 reference to CreateCommand
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
88
var commandSpec =
CreateCommand
(args);