2 writes to s_pathToX64Clr2
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
355
s_pathToX64Clr2
= null;
538
s_pathToX64Clr2
??= GetPathFromEnvironmentOrDefault("MSBUILDTASKHOSTLOCATION64", s_baseTaskHostPath64, toolName);
1 reference to s_pathToX64Clr2
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
540
return
s_pathToX64Clr2
;