3 writes to s_msbuildName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
385
s_msbuildName
= null;
410
s_msbuildName
= Environment.GetEnvironmentVariable("MSBUILD_EXE_NAME");
417
s_msbuildName
= Constants.MSBuildExecutableName;
4 references to s_msbuildName
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
408
if (string.IsNullOrEmpty(
s_msbuildName
))
411
if (!string.IsNullOrEmpty(
s_msbuildName
))
413
return
s_msbuildName
;
420
return
s_msbuildName
;