12 overrides of ExecuteTool
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
393protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
HelixTasks (1)
TarGzFileCreateFromDirectory.cs (1)
40protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
185protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
507protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
185protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
507protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
292protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.Build.Utilities.UnitTests (2)
ToolTask_Tests.cs (2)
106protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands) 819protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.NET.Build.Tasks (1)
RunReadyToRunCompiler.cs (1)
393protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
Microsoft.NET.Sdk.Razor.Tasks (1)
DotnetToolTask.cs (1)
100protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
sdk-tasks (1)
TarGzFileCreateFromDirectory.cs (1)
39protected override int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands)
29 references to ExecuteTool
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
401return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
HelixTasks (1)
TarGzFileCreateFromDirectory.cs (1)
42int returnCode = base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.CodeAnalysis (10)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
192return (SkipInteractiveExecution) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
538return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 549return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 686return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 699return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 703return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 707return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 712return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 718return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 722return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (10)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
192return (SkipInteractiveExecution) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
538return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 549return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 686return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 699return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 703return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 707return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 712return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 718return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands); 722return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
296return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
357/// Overridable function called after <see cref="Process.Start()"/> in <see cref="ExecuteTool"/> 1580ExitCode = ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
117int result = base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.NET.Build.Tasks (1)
RunReadyToRunCompiler.cs (1)
401return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
Microsoft.NET.Sdk.Razor.Tasks (1)
DotnetToolTask.cs (1)
108return base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);
sdk-tasks (1)
TarGzFileCreateFromDirectory.cs (1)
41int returnCode = base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);