22 overrides of GenerateCommandLineCommands
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
249protected override string GenerateCommandLineCommands()
HelixTasks (1)
TarGzFileCreateFromDirectory.cs (1)
111protected override string GenerateCommandLineCommands()
ILLink.Tasks (1)
LinkTask.cs (1)
289protected override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
100protected sealed override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
100protected sealed override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.Core (1)
ToolTaskExtension.cs (1)
110protected override string GenerateCommandLineCommands()
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
83protected override string GenerateCommandLineCommands() => _commandLineCommands; 891protected override string GenerateCommandLineCommands() 1036protected override string GenerateCommandLineCommands() =>
Microsoft.DotNet.Build.Tasks.Workloads (3)
Wix\CompilerToolTask.cs (1)
72protected override string GenerateCommandLineCommands()
Wix\HarvesterToolTask.cs (1)
107protected override string GenerateCommandLineCommands()
Wix\LinkerToolTask.cs (1)
74protected override string GenerateCommandLineCommands()
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImageToolTask.cs (1)
87protected override string GenerateCommandLineCommands() => GenerateCommandLineCommandsInt();
Microsoft.NET.Build.Tasks (1)
RunReadyToRunCompiler.cs (1)
247protected override string GenerateCommandLineCommands()
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
BrotliCompress.cs (1)
65protected override string GenerateCommandLineCommands() => Quote(ToolAssembly);
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\MSDeploy.cs (1)
964protected override string GenerateCommandLineCommands()
Microsoft.NET.Sdk.Razor.Tasks (1)
DotnetToolTask.cs (1)
68protected override string GenerateCommandLineCommands()
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Compression\BrotliCompress.cs (1)
60protected override string GenerateCommandLineCommands() => Quote(ToolAssembly);
sdk-tasks (4)
Crossgen.cs (1)
114protected override string GenerateCommandLineCommands() => $"{GetInPath()} {GetOutPath()} {GetArchitecture()} {GetPlatformAssemblyPaths()} {GetCreateSymbols()}";
DotNetTool.cs (1)
52protected override string GenerateCommandLineCommands()
ExtractArchiveToDirectory.cs (1)
208protected override string GenerateCommandLineCommands() => $"xf {SourceArchive} -C {DestinationDirectory}";
TarGzFileCreateFromDirectory.cs (1)
95protected override string GenerateCommandLineCommands() => $"{GetDestinationArchive()} {GetSourceSpecification()}";
1 reference to GenerateCommandLineCommands
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1398string commandLineCommands = GenerateCommandLineCommands();