3 writes to s_msbuildName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
360s_msbuildName = null; 386s_msbuildName = Environment.GetEnvironmentVariable("MSBUILD_EXE_NAME"); 390s_msbuildName = (hostContext & HandshakeOptions.NET) == HandshakeOptions.NET
3 references to s_msbuildName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
384if (s_msbuildName == null) 388if (s_msbuildName == null) 396return s_msbuildName;