3 references to GetServerProcessInfo
VBCSCompiler (1)
BuildServerConnection.cs (1)
427
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");