11 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\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
108protected sealed override string GenerateCommandLineCommands()
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
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.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
85protected override string GenerateCommandLineCommands() => _commandLineCommands; 958protected override string GenerateCommandLineCommands() 1103protected 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()
1 reference to GenerateCommandLineCommands
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1413string commandLineCommands = GenerateCommandLineCommands();