5 references to TryFromStandaloneMSBuildExe
Microsoft.Build.Framework (5)
BuildEnvironmentHelper.cs (5)
147
: TryFromMSBuildExeUnderVisualStudio(msBuildExePath, allowLegacyToolsVersion: true) ??
TryFromStandaloneMSBuildExe
(msBuildExePath);
165
return
TryFromStandaloneMSBuildExe
(Path.Combine(sdkRoot, Constants.MSBuildExecutableName))
166
??
TryFromStandaloneMSBuildExe
(Path.Combine(sdkRoot, Constants.MSBuildAssemblyName));
368
return
TryFromStandaloneMSBuildExe
(Path.Combine(appContextBaseDirectory, Constants.MSBuildExecutableName))
370
??
TryFromStandaloneMSBuildExe
(Path.Combine(appContextBaseDirectory, Constants.MSBuildAssemblyName));