3 references to GetServerProcessInfo
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
456
var serverInfo =
GetServerProcessInfo
(clientDirectory, pipeName);
VBCSCompiler.UnitTests (2)
CompilerServerApiTest.cs (2)
132
var serverInfo = BuildServerConnection.
GetServerProcessInfo
(@"q:\tools", "name with space");
145
var serverInfo = BuildServerConnection.
GetServerProcessInfo
(toolDir, "name with space");