24 writes to AllowMultipleArgumentsPerToken
aspire-managed (3)
NuGet\Commands\RestoreCommand.cs (2)
34AllowMultipleArgumentsPerToken = true 62AllowMultipleArgumentsPerToken = true
NuGet\Commands\SearchCommand.cs (1)
58AllowMultipleArgumentsPerToken = true
ConfigurationSchemaGenerator (1)
RootGenerateCommand.cs (1)
18AllowMultipleArgumentsPerToken = true,
dotnet-format (4)
Commands\FormatCommandCommon.cs (4)
48AllowMultipleArgumentsPerToken = true, 54AllowMultipleArgumentsPerToken = true, 64AllowMultipleArgumentsPerToken = true, 70AllowMultipleArgumentsPerToken = true,
dotnet-watch (4)
CommandLine\DotnetWatchCommandDefinition.cs (4)
43AllowMultipleArgumentsPerToken = false 51AllowMultipleArgumentsPerToken = false 59AllowMultipleArgumentsPerToken = false 67AllowMultipleArgumentsPerToken = false
Microsoft.DotNet.Cli.CommandLine (2)
OptionBuilderExtensions.cs (2)
27option.AllowMultipleArgumentsPerToken = false; 34option.AllowMultipleArgumentsPerToken = true;
Microsoft.DotNet.Cli.Definitions (5)
Commands\New\SharedOptionsFactory.cs (2)
30AllowMultipleArgumentsPerToken = true, 139AllowMultipleArgumentsPerToken = true,
Commands\Workload\InstallingWorkloadCommandDefinition.cs (1)
19AllowMultipleArgumentsPerToken = true
Common\CommonOptions.cs (1)
301AllowMultipleArgumentsPerToken = false
Utilities\OptionExtensions.cs (1)
26o.AllowMultipleArgumentsPerToken = false;
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (2)
Program.cs (2)
26AllowMultipleArgumentsPerToken = false 31AllowMultipleArgumentsPerToken = false
Microsoft.NET.Sdk.StaticWebAssets.Tool (2)
Program.cs (2)
26AllowMultipleArgumentsPerToken = false 31AllowMultipleArgumentsPerToken = false
Microsoft.TemplateEngine.Cli (1)
ChoiceTemplateParameter.cs (1)
79AllowMultipleArgumentsPerToken = AllowMultipleValues
2 references to AllowMultipleArgumentsPerToken
System.CommandLine (2)
ArgumentArity.cs (1)
100if (!optionResult.Option.AllowMultipleArgumentsPerToken)
Parsing\ParseOperation.cs (1)
300if (!optionResult.Option.AllowMultipleArgumentsPerToken)