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