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)
103if (_msbuildExecutable != null) 106_msbuildExecutable, 309if (_msbuildExecutable == null) return; 313_msbuildExecutable, 368if (_msbuildExecutable == null) return; 372_msbuildExecutable, 430if (_msbuildExecutable == null) return; 434_msbuildExecutable, 480if (_msbuildExecutable == null) return; 484_msbuildExecutable,