2 implementations of Create
dotnet (2)
CommandFactory\CommandFactory.cs (1)
13public ICommand Create(
Commands\DotNetCommandFactory.cs (1)
23public 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)
36execute(_commandFactory.Create("exec", [VBCSCompilerPath, s_shutdownArg]), ref errors);