2 references to GetPathFromEnvironmentOrDefault
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
564
s_pathToX64Clr2 ??=
GetPathFromEnvironmentOrDefault
("MSBUILDTASKHOSTLOCATION64", s_baseTaskHostPath64, toolName);
571
s_pathToX32Clr2 ??=
GetPathFromEnvironmentOrDefault
("MSBUILDTASKHOSTLOCATION", s_baseTaskHostPath, toolName);