2 implementations of Create
dotnet (2)
CommandFactory\CommandFactory.cs (1)
13
public ICommand
Create
(
DotNetCommandFactory.cs (1)
19
public ICommand
Create
(
5 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);
dotnet.Tests (3)
BuildServerTests\RazorServerTests.cs (2)
125
commandFactoryMock.Verify(c => c.
Create
(It.IsAny<string>(), It.IsAny<IEnumerable<string>>(), It.IsAny<NuGetFramework>(), It.IsAny<string>()), Times.Never);
140
f => f.
Create
(
BuildServerTests\VBCSCompilerServerTests.cs (1)
49
f => f.
Create
(