3 references to TryFromStandaloneMSBuildExe
Microsoft.Build.Engine.OM.UnitTests (3)
BuildEnvironmentHelper.cs (3)
138
: TryFromMSBuildExeUnderVisualStudio(msBuildExePath, allowLegacyToolsVersion: true) ??
TryFromStandaloneMSBuildExe
(msBuildExePath);
340
return
TryFromStandaloneMSBuildExe
(Path.Combine(appContextBaseDirectory, Constants.MSBuildExecutableName))
342
??
TryFromStandaloneMSBuildExe
(Path.Combine(appContextBaseDirectory, Constants.MSBuildAssemblyName));