10 overrides of GenerateCommandLineCommands
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
249protected override string GenerateCommandLineCommands()
ILLink.Tasks (1)
LinkTask.cs (1)
285 protected override string GenerateCommandLineCommands ()
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedToolTask.cs (1)
64protected 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()
1 reference to GenerateCommandLineCommands
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1396string commandLineCommands = GenerateCommandLineCommands();