2 writes to s_pathToX32Clr2
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
353
s_pathToX32Clr2
= null;
545
s_pathToX32Clr2
??= GetPathFromEnvironmentOrDefault("MSBUILDTASKHOSTLOCATION", s_baseTaskHostPath, toolName);
1 reference to s_pathToX32Clr2
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
547
return
s_pathToX32Clr2
;