5 types derived from CommandLineBuilder
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\CommandLineBuilderExtension.cs (1)
18public class CommandLineBuilderExtension : CommandLineBuilder
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\CommandLineBuilderExtension.cs (1)
18public class CommandLineBuilderExtension : CommandLineBuilder
Microsoft.Build.Tasks.Core (1)
CommandLineBuilderExtension.cs (1)
19public class CommandLineBuilderExtension : CommandLineBuilder
Microsoft.Build.Tasks.UnitTests (1)
ResourceHandling\GenerateResource_Tests.cs (1)
4613internal sealed class CommandLineBuilderHelper : CommandLineBuilder
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
463internal sealed class TestCommandLineBuilder : CommandLineBuilder
34 instantiations of CommandLineBuilder
Microsoft.Build.Utilities.UnitTests (33)
CommandLineBuilder_Tests.cs (33)
28CommandLineBuilder c = new CommandLineBuilder(); 42CommandLineBuilder c = new CommandLineBuilder(); 55CommandLineBuilder c = new CommandLineBuilder(); 68CommandLineBuilder c = new CommandLineBuilder(); 84CommandLineBuilder c = new CommandLineBuilder(); 97CommandLineBuilder c = new CommandLineBuilder(); 110CommandLineBuilder c = new CommandLineBuilder(); 126CommandLineBuilder c = new CommandLineBuilder(); 141CommandLineBuilder c = new CommandLineBuilder(); 154CommandLineBuilder c = new CommandLineBuilder(); 169CommandLineBuilder c = new CommandLineBuilder(); 184CommandLineBuilder c = new CommandLineBuilder(); 197CommandLineBuilder c = new CommandLineBuilder(); 211CommandLineBuilder c = new CommandLineBuilder(); 225CommandLineBuilder c = new CommandLineBuilder(); 239CommandLineBuilder c = new CommandLineBuilder(); 253CommandLineBuilder c = new CommandLineBuilder(); 269CommandLineBuilder c = new CommandLineBuilder(); 288CommandLineBuilder c = new CommandLineBuilder(); 300CommandLineBuilder c = new CommandLineBuilder(); 311CommandLineBuilder c = new CommandLineBuilder(); 322CommandLineBuilder c = new CommandLineBuilder(); 333CommandLineBuilder c = new CommandLineBuilder(); 344CommandLineBuilder c = new CommandLineBuilder(); 355CommandLineBuilder c = new CommandLineBuilder(); 367CommandLineBuilder c = new CommandLineBuilder(); 378CommandLineBuilder c = new CommandLineBuilder(); 389CommandLineBuilder c = new CommandLineBuilder(/* do not quote hyphens*/); 400CommandLineBuilder c = new CommandLineBuilder(true /* quote hyphens*/); 411CommandLineBuilder c = new CommandLineBuilder(true); 422CommandLineBuilder c = new CommandLineBuilder(true); 436CommandLineBuilder c = new CommandLineBuilder(); 444CommandLineBuilder c = new CommandLineBuilder(quoteHyphensOnCommandLine: false, useNewLineSeparator: true);
Microsoft.DotNet.Build.Tasks.Workloads (1)
Wix\WixToolTaskBase.cs (1)
25} = new CommandLineBuilder();
42 references to CommandLineBuilder
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\CommandLineBuilderExtension.cs (2)
119/// Appends a switch with a value that is force quoted. This will quote as if <see cref="CommandLineBuilder.IsQuotingRequired(string)"/> 137/// Appends a switch with a value that is force quoted. This will quote as if <see cref="CommandLineBuilder.IsQuotingRequired(string)"/>
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\CommandLineBuilderExtension.cs (2)
119/// Appends a switch with a value that is force quoted. This will quote as if <see cref="CommandLineBuilder.IsQuotingRequired(string)"/> 137/// Appends a switch with a value that is force quoted. This will quote as if <see cref="CommandLineBuilder.IsQuotingRequired(string)"/>
Microsoft.Build.Utilities.UnitTests (34)
CommandLineBuilder_Tests.cs (34)
28CommandLineBuilder c = new CommandLineBuilder(); 42CommandLineBuilder c = new CommandLineBuilder(); 55CommandLineBuilder c = new CommandLineBuilder(); 68CommandLineBuilder c = new CommandLineBuilder(); 84CommandLineBuilder c = new CommandLineBuilder(); 97CommandLineBuilder c = new CommandLineBuilder(); 110CommandLineBuilder c = new CommandLineBuilder(); 126CommandLineBuilder c = new CommandLineBuilder(); 141CommandLineBuilder c = new CommandLineBuilder(); 154CommandLineBuilder c = new CommandLineBuilder(); 169CommandLineBuilder c = new CommandLineBuilder(); 184CommandLineBuilder c = new CommandLineBuilder(); 197CommandLineBuilder c = new CommandLineBuilder(); 211CommandLineBuilder c = new CommandLineBuilder(); 225CommandLineBuilder c = new CommandLineBuilder(); 239CommandLineBuilder c = new CommandLineBuilder(); 253CommandLineBuilder c = new CommandLineBuilder(); 269CommandLineBuilder c = new CommandLineBuilder(); 288CommandLineBuilder c = new CommandLineBuilder(); 300CommandLineBuilder c = new CommandLineBuilder(); 311CommandLineBuilder c = new CommandLineBuilder(); 322CommandLineBuilder c = new CommandLineBuilder(); 333CommandLineBuilder c = new CommandLineBuilder(); 344CommandLineBuilder c = new CommandLineBuilder(); 355CommandLineBuilder c = new CommandLineBuilder(); 367CommandLineBuilder c = new CommandLineBuilder(); 378CommandLineBuilder c = new CommandLineBuilder(); 389CommandLineBuilder c = new CommandLineBuilder(/* do not quote hyphens*/); 400CommandLineBuilder c = new CommandLineBuilder(true /* quote hyphens*/); 411CommandLineBuilder c = new CommandLineBuilder(true); 422CommandLineBuilder c = new CommandLineBuilder(true); 436CommandLineBuilder c = new CommandLineBuilder(); 444CommandLineBuilder c = new CommandLineBuilder(quoteHyphensOnCommandLine: false, useNewLineSeparator: true); 493public static void ShouldBe(this CommandLineBuilder commandLineBuilder, string expected)
Microsoft.DotNet.Build.Tasks.Workloads (4)
Wix\CommandLineBuilderExtensions.cs (3)
9/// <see cref="CommandLineBuilder"/> extension methods. 19public static void AppendArrayIfNotNull(this CommandLineBuilder builder, string switchName, string[] values) 36public static void AppendSwitchIfTrue(this CommandLineBuilder builder, string switchName, bool value)
Wix\WixToolTaskBase.cs (1)
22protected CommandLineBuilder CommandLineBuilder