3 references to ExecuteTool
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
510return ExecuteTool(pathToTool, responseFileCommands, commandLineCommands, logger);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
546csc.ExecuteTool(@"q:\path\csc.exe", "", "", new TestableCompilerServerLogger()
VbcTests.cs (1)
516vbc.ExecuteTool(@"q:\path\vbc.exe", "", "", new TestableCompilerServerLogger()