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