3 references to s_msbuildDirectory
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
TestUtilities\IntegrationTestBase.cs (3)
33
if (
s_msbuildDirectory
== null)
39
_msbuildExecutable =
s_msbuildDirectory
== null ? null : Path.Combine(
s_msbuildDirectory
, "MSBuild.exe");