1 write to ServerProcessId
rzc (1)
ServerProtocol\ShutdownServerResponse.cs (1)
12
ServerProcessId
= serverProcessId;
5 references to ServerProcessId
Microsoft.NET.Sdk.Razor.Tool.Tests (2)
Infrastructure\ServerUtilities.cs (1)
86
return ((ShutdownServerResponse)response).
ServerProcessId
;
ServerProtocol\ServerProtocolTest.cs (1)
123
typed.
ServerProcessId
.Should().Be(42);
rzc (3)
ServerProtocol\ShutdownServerResponse.cs (1)
19
writer.Write(
ServerProcessId
);
ShutdownCommand.cs (2)
59
var process = Process.GetProcessById(response.
ServerProcessId
);
69
Out.Write("Server pid:{0} shut down completed.", response.
ServerProcessId
);