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