5 types derived from CommandLineBuilder
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (1)
Microsoft.Build.Utilities.UnitTests (1)
39 instantiations of CommandLineBuilder
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Utilities.Core (2)
Microsoft.Build.Utilities.UnitTests (33)
Microsoft.DotNet.Build.Tasks.Workloads (1)
58 references to CommandLineBuilder
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
Microsoft.Build.Tasks.Core (14)
XamlTaskFactory\CommandLineGenerator.cs (14)
204var commandLineBuilder = new CommandLineBuilder(true /* quote hyphens */);
225internal void BuildAdditionalArgs(CommandLineBuilder cmdLine)
239internal void GenerateCommandsAccordingToType(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch, bool recursive)
348private static void EmitTaskItemArraySwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
373private static void EmitStringArraySwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
419private static bool PerformSwitchValueSubstition(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch, string switchValue)
450private static void EmitIntegerSwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
477private void EmitStringSwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
558private static void EmitBooleanSwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
583private static void EmitReversibleBooleanSwitch(CommandLineBuilder clb, CommandLineToolSwitch commandLineToolSwitch)
602private void GenerateStandardCommandLine(CommandLineBuilder builder, bool allOptionsMode)
647private void GenerateTemplatedCommandLine(CommandLineBuilder builder)
710CommandLineBuilder tempBuilder = new CommandLineBuilder(true);
725CommandLineBuilder tempBuilder = new CommandLineBuilder(true);
Microsoft.Build.Utilities.Core (2)
Microsoft.Build.Utilities.UnitTests (34)
Microsoft.DotNet.Build.Tasks.Workloads (4)