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");
4 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (4)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (4)
95if (_msbuildExecutable == null) return; 98_msbuildExecutable, 134if (_msbuildExecutable == null) return; 137_msbuildExecutable,