3 writes to s_pathToX64Clr2
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
364
s_pathToX64Clr2
= null;
425
s_pathToX64Clr2
= Environment.GetEnvironmentVariable("MSBUILDTASKHOSTLOCATION64");
429
s_pathToX64Clr2
= s_baseTaskHostPath64;
4 references to s_pathToX64Clr2
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
423
if (
s_pathToX64Clr2
== null)
427
if (
s_pathToX64Clr2
== null || !FileUtilities.FileExistsNoThrow(Path.Combine(
s_pathToX64Clr2
, toolName)))
433
toolPath =
s_pathToX64Clr2
;