2 references to CurrentHost
Microsoft.Build (2)
BackEnd\Components\Communications\NodeLauncher.cs (1)
98
exeName =
CurrentHost
.GetCurrentHost();
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
402
var expectedProcessName = Path.GetFileNameWithoutExtension(
CurrentHost
.GetCurrentHost() ?? msbuildLocation);