2 implementations of Create
dotnet (2)
CommandFactory\CommandFactory.cs (1)
13public ICommand Create(
DotNetCommandFactory.cs (1)
19public ICommand Create(
5 references to Create
dotnet (2)
BuildServer\RazorServer.cs (1)
36.Create(
BuildServer\VBCSCompilerServer.cs (1)
36execute(_commandFactory.Create("exec", [VBCSCompilerPath, s_shutdownArg]), ref errors);
dotnet.Tests (3)
BuildServerTests\RazorServerTests.cs (2)
125commandFactoryMock.Verify(c => c.Create(It.IsAny<string>(), It.IsAny<IEnumerable<string>>(), It.IsAny<NuGetFramework>(), It.IsAny<string>()), Times.Never); 140f => f.Create(
BuildServerTests\VBCSCompilerServerTests.cs (1)
49f => f.Create(