1 write to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (1)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (1)
40
_msbuildExecutable
= s_msbuildDirectory == null ? null : Path.Combine(s_msbuildDirectory, "MSBuild.exe");
4 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (4)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (4)
95
if (
_msbuildExecutable
== null) return;
98
_msbuildExecutable
,
134
if (
_msbuildExecutable
== null) return;
137
_msbuildExecutable
,