2 implementations of Create
dotnet (2)
CommandFactory\CommandFactory.cs (1)
13
public ICommand
Create
(
Commands\DotNetCommandFactory.cs (1)
23
public ICommand
Create
(string commandName, IEnumerable<string> args, NuGetFramework? framework = null, string configuration = Constants.DefaultConfiguration)
2 references to Create
dotnet (2)
BuildServer\RazorServer.cs (1)
36
.
Create
(
BuildServer\VBCSCompilerServer.cs (1)
36
execute(_commandFactory.
Create
("exec", [VBCSCompilerPath, s_shutdownArg]), ref errors);