4 references to CommandLineBuilder
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
84: this(quoteHyphensOnCommandLine)
Microsoft.Build.Utilities.UnitTests (3)
CommandLineBuilder_Tests.cs (3)
399CommandLineBuilder c = new CommandLineBuilder(true /* quote hyphens*/); 410CommandLineBuilder c = new CommandLineBuilder(true); 421CommandLineBuilder c = new CommandLineBuilder(true);