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