6 references to CurrentHost
Microsoft.Build (6)
BackEnd\BuildManager\CoordinatorClient.cs (1)
553
CurrentHost
.GetCurrentHost() is string dotnetHost)
BackEnd\Components\Communications\NodeLauncher.cs (1)
104
return
CurrentHost
.GetCurrentHost();
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
523
: (Path.GetFileNameWithoutExtension(
CurrentHost
.GetCurrentHost()) ?? Constants.MSBuildAppName);
526
? Path.GetFileNameWithoutExtension(
CurrentHost
.GetCurrentHost())
540
isAppHost ? location : (
CurrentHost
.GetCurrentHost() ?? location));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
834
resolvedDotnetHostPath =
CurrentHost
.GetCurrentHost();