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)
98if (_msbuildExecutable != null) 101_msbuildExecutable, 273if (_msbuildExecutable == null) return; 276_msbuildExecutable, 326if (_msbuildExecutable == null) return; 329_msbuildExecutable, 382if (_msbuildExecutable == null) return; 385_msbuildExecutable, 426if (_msbuildExecutable == null) return; 429_msbuildExecutable,