3 writes to s_pathToX32Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
372s_pathToX32Clr2 = null; 449s_pathToX32Clr2 = Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION"); 452s_pathToX32Clr2 = s_baseTaskHostPath;
4 references to s_pathToX32Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
447if (s_pathToX32Clr2 == null) 450if (s_pathToX32Clr2 == null || !FileUtilities.FileExistsNoThrow(Path.Combine(s_pathToX32Clr2, toolName))) 456toolPath = s_pathToX32Clr2;