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