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");
10 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (10)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (10)
98
if (
_msbuildExecutable
!= null)
101
_msbuildExecutable
,
273
if (
_msbuildExecutable
== null) return;
276
_msbuildExecutable
,
326
if (
_msbuildExecutable
== null) return;
329
_msbuildExecutable
,
382
if (
_msbuildExecutable
== null) return;
385
_msbuildExecutable
,
426
if (
_msbuildExecutable
== null) return;
429
_msbuildExecutable
,