7 overrides of ExecuteTool
Crossgen2Tasks (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (1)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks (1)
sdk-tasks (1)
17 references to ExecuteTool
Crossgen2Tasks (1)
Microsoft.Build.Tasks.CodeAnalysis (10)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
538return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
549return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
688return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
702return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
706return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
710return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
715return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
721return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
725return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks (1)
sdk-tasks (1)