8 overrides of ExecuteTool
Crossgen2Tasks (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.UnitTests (2)
25 references to ExecuteTool
Crossgen2Tasks (1)
Microsoft.Build.Tasks.CodeAnalysis (10)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
537return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
548return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
685return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
698return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
702return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
706return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
711return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
717return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
721return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (10)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
537return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
548return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
685return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
698return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
702return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
706return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
711return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
717return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
721return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.Build.Utilities.UnitTests (1)