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