1 write to CurrentMSBuildExePath
Microsoft.Build.Framework (1)
BuildEnvironmentHelper.cs (1)
553
CurrentMSBuildExePath
= currentMSBuildExePath;
11 references to CurrentMSBuildExePath
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (1)
1080
return BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
515
: BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
75
string msbuildLocation = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
BackEnd\Components\ProjectCache\CacheContext.cs (1)
48
MSBuildExePath = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
BackEnd\Components\ProjectCache\Experimental\CacheContext.cs (1)
50
MSBuildExePath = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
MSBuild (6)
CommandLine\CommandLineParser.cs (2)
65
List<string> args = [BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
, .. commandLineArgs];
107
exeName = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
MSBuildClientApp.cs (1)
40
string msbuildLocation = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
XMake.cs (3)
289
args = [BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
, .. args];
1517
parameters.NodeExeLocation = BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
;
1789
BuildEnvironmentHelper.Instance.
CurrentMSBuildExePath
),