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