1 write to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (1)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (1)
39_msbuildExecutable = s_msbuildDirectory == null ? null : Path.Combine(s_msbuildDirectory, "MSBuild.exe");
6 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (6)
src\Compilers\Core\MSBuildTaskTests\TestUtilities\IntegrationTestBase.cs (6)
97if (_msbuildExecutable != null) 100_msbuildExecutable, 193if (_msbuildExecutable == null) return; 196_msbuildExecutable, 232if (_msbuildExecutable == null) return; 235_msbuildExecutable,