1 reference to GetOrInitializeX64Clr2Path
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
429
return isX64 ? Path.Combine(
GetOrInitializeX64Clr2Path
(toolName), toolName) : Path.Combine(GetOrInitializeX32Clr2Path(toolName), toolName);