11 overrides of GenerateCommandLineCommands
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
249protected override string GenerateCommandLineCommands()
ILLink.Tasks (1)
LinkTask.cs (1)
276 protected override string GenerateCommandLineCommands ()
Microsoft.Build.Tasks.Core (2)
ToolTaskExtension.cs (1)
110protected override string GenerateCommandLineCommands()
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
453protected override string GenerateCommandLineCommands()
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
83protected override string GenerateCommandLineCommands() => _commandLineCommands; 890protected override string GenerateCommandLineCommands() 1035protected 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()
MonoTargetsTasks (1)
NetTraceToMibcConverterTask\NetTraceToMibcConverter.cs (1)
100protected override string GenerateCommandLineCommands()
1 reference to GenerateCommandLineCommands
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1396string commandLineCommands = GenerateCommandLineCommands();