1 write to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (1)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (1)
45
_msbuildExecutable
= s_msbuildDirectory == null ? null : Path.Combine(s_msbuildDirectory, "MSBuild.exe");
10 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (10)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (10)
103
if (
_msbuildExecutable
!= null)
106
_msbuildExecutable
,
309
if (
_msbuildExecutable
== null) return;
313
_msbuildExecutable
,
368
if (
_msbuildExecutable
== null) return;
372
_msbuildExecutable
,
430
if (
_msbuildExecutable
== null) return;
434
_msbuildExecutable
,
480
if (
_msbuildExecutable
== null) return;
484
_msbuildExecutable
,