1 write to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (1)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (1)
39
_msbuildExecutable
= s_msbuildDirectory == null ? null : Path.Combine(s_msbuildDirectory, "MSBuild.exe");
6 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (6)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (6)
97
if (
_msbuildExecutable
!= null)
100
_msbuildExecutable
,
193
if (
_msbuildExecutable
== null) return;
196
_msbuildExecutable
,
232
if (
_msbuildExecutable
== null) return;
235
_msbuildExecutable
,