3 writes to s_pathToX64Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
374s_pathToX64Clr2 = null; 435s_pathToX64Clr2 = Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION64"); 439s_pathToX64Clr2 = s_baseTaskHostPath64;
4 references to s_pathToX64Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
433if (s_pathToX64Clr2 == null) 437if (s_pathToX64Clr2 == null || !FileUtilities.FileExistsNoThrow(Path.Combine(s_pathToX64Clr2, toolName))) 443toolPath = s_pathToX64Clr2;