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