2 writes to s_baseTaskHostPath64
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
359s_baseTaskHostPath64 = null; 414s_baseTaskHostPath64 = BuildEnvironmentHelper.Instance.MSBuildToolsDirectory64;
2 references to s_baseTaskHostPath64
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
434return Path.Combine(s_pathToX64Clr4 ??= s_baseTaskHostPath64, toolName); 538s_pathToX64Clr2 ??= GetPathFromEnvironmentOrDefault("MSBUILDTASKHOSTLOCATION64", s_baseTaskHostPath64, toolName);