4 writes to s_msbuildName
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
351s_msbuildName = null; 376s_msbuildName = Environment.GetEnvironmentVariable("MSBUILD_EXE_NAME"); 386s_msbuildName = Constants.DotnetProcessName; 392s_msbuildName = Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.NET)
5 references to s_msbuildName
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (5)
374if (string.IsNullOrEmpty(s_msbuildName)) 377if (!string.IsNullOrEmpty(s_msbuildName)) 379return s_msbuildName; 388return s_msbuildName; 397return s_msbuildName;