2 writes to s_baseTaskHostPath
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
392
s_baseTaskHostPath
= null;
436
s_baseTaskHostPath
= BuildEnvironmentHelper.Instance.MSBuildToolsDirectory32;
2 references to s_baseTaskHostPath
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
466
return Path.Combine(s_pathToX32Clr4 ??=
s_baseTaskHostPath
, toolName);
571
s_pathToX32Clr2 ??= GetPathFromEnvironmentOrDefault("MSBUILDTASKHOSTLOCATION",
s_baseTaskHostPath
, toolName);