3 references to CurrentHost
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (1)
92
return
CurrentHost
.GetCurrentHost();
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
476
string expectedProcessName = Path.GetFileNameWithoutExtension(isNativeHost ? msbuildLocation : (
CurrentHost
.GetCurrentHost() ?? msbuildLocation));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
775
resolvedDotnetHostPath =
CurrentHost
.GetCurrentHost();