Base:
method
CreateCommand
Microsoft.NET.TestFramework.Commands.TestCommand.CreateCommand(System.Collections.Generic.IEnumerable<System.String>)
3 overrides of CreateCommand
Microsoft.NET.TestFramework (3)
Commands\BuildServerCommand.cs (1)
12protected override SdkCommandSpec CreateCommand(IEnumerable<string> args)
Commands\DotnetNewCommand.cs (1)
53protected override SdkCommandSpec CreateCommand(IEnumerable<string> args)
Commands\DotnetPublishCommand.cs (1)
16protected override SdkCommandSpec CreateCommand(IEnumerable<string> args)
3 references to CreateCommand
Microsoft.NET.TestFramework (3)
Commands\BuildServerCommand.cs (1)
20return base.CreateCommand(newArgs);
Commands\DotnetNewCommand.cs (1)
60return base.CreateCommand(args);
Commands\DotnetPublishCommand.cs (1)
25return base.CreateCommand(newArgs);