17 overrides of GenerateCommandLineCommands
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
248protected override string GenerateCommandLineCommands()
ILLink.Tasks (1)
LinkTask.cs (1)
289protected override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
108protected sealed override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.Core (1)
ToolTaskExtension.cs (1)
110protected 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.Tasks (1)
RunReadyToRunCompiler.cs (1)
255protected 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);
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask2.cs (1)
277protected override string? GenerateCommandLineCommands()
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)
1504string commandLineCommands = GenerateCommandLineCommands();