3 writes to s_pathToX64Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
374
s_pathToX64Clr2
= null;
435
s_pathToX64Clr2
= Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION64");
439
s_pathToX64Clr2
= s_baseTaskHostPath64;
4 references to s_pathToX64Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
433
if (
s_pathToX64Clr2
== null)
437
if (
s_pathToX64Clr2
== null || !FileUtilities.FileExistsNoThrow(Path.Combine(
s_pathToX64Clr2
, toolName)))
443
toolPath =
s_pathToX64Clr2
;