1 write to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
IntegrationTests.cs (1)
38_msbuildExecutable = Path.Combine(s_msbuildDirectory, "MSBuild.exe");
3 references to _msbuildExecutable
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
IntegrationTests.cs (3)
408var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, SimpleMsBuildFiles); 607var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, ReportAnalyzerMsBuildFiles, 782var result = RunCommandLineCompiler(_msbuildExecutable, "/p:UseSharedCompilation=false", testDir.Path);