3 writes to s_msbuildName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
370s_msbuildName = null; 396s_msbuildName = Environment.GetEnvironmentVariable("MSBUILD_EXE_NAME"); 400s_msbuildName = (hostContext & HandshakeOptions.NET) == HandshakeOptions.NET
3 references to s_msbuildName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
394if (s_msbuildName == null) 398if (s_msbuildName == null) 406return s_msbuildName;