3 writes to s_pathToX32Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
362s_pathToX32Clr2 = null; 439s_pathToX32Clr2 = Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION"); 442s_pathToX32Clr2 = s_baseTaskHostPath;
4 references to s_pathToX32Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
437if (s_pathToX32Clr2 == null) 440if (s_pathToX32Clr2 == null || !FileUtilities.FileExistsNoThrow(Path.Combine(s_pathToX32Clr2, toolName))) 446toolPath = s_pathToX32Clr2;