2 references to GetCurrentHost
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);