1 type derived from ServerCommand
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
Infrastructure\ServerUtilities.cs (1)
108private class TestableServerCommand : ServerCommand
2 instantiations of ServerCommand
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
ServerCommandTest.cs (1)
98return new ServerCommand(application, pipeName);
rzc (1)
Application.cs (1)
36Commands.Add(new ServerCommand(this));
5 references to ServerCommand
Microsoft.NET.Sdk.Razor.Tool.Tests (5)
ServerCommandTest.cs (5)
20var expectedRzcPath = typeof(ServerCommand).Assembly.Location; 26var server = GetServerCommand(pipeName); 64var directoryPath = ServerCommand.GetPidFilePath(); 79var directoryPath = ServerCommand.GetPidFilePath(); 90private ServerCommand GetServerCommand(string pipeName = null)