5 references to CurrentHost
Microsoft.Build (5)
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)
836resolvedDotnetHostPath = CurrentHost.GetCurrentHost();