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