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