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