2 writes to s_baseTaskHostPathArm64
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
360
s_baseTaskHostPathArm64
= null;
415
s_baseTaskHostPathArm64
= BuildEnvironmentHelper.Instance.MSBuildToolsDirectoryArm64;
1 reference to s_baseTaskHostPathArm64
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
439
return Path.Combine(s_pathToArm64Clr4 ??=
s_baseTaskHostPathArm64
, toolName);