1 write to MSBuildPath
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
99
MSBuildPath
= msbuildPath ?? defaultMSBuildPath;
2 references to MSBuildPath
Microsoft.DotNet.Cli.Utils (2)
MSBuildForwardingAppWithoutLogging.cs (2)
110
if (AlwaysExecuteMSBuildOutOfProc || forceOutOfProc || !string.Equals(
MSBuildPath
, defaultMSBuildPath, StringComparison.OrdinalIgnoreCase))
119
MSBuildPath
,