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