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