3 writes to s_pathToX64Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
364s_pathToX64Clr2 = null; 425s_pathToX64Clr2 = Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION64"); 429s_pathToX64Clr2 = s_baseTaskHostPath64;
4 references to s_pathToX64Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
423if (s_pathToX64Clr2 == null) 427if (s_pathToX64Clr2 == null || !FileUtilities.FileExistsNoThrow(Path.Combine(s_pathToX64Clr2, toolName))) 433toolPath = s_pathToX64Clr2;