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