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