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