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