1 implementation of AllowMultiple
vstest.console.arm64 (1)
parent\vstest.console\Processors\Utilities\BaseArgumentProcessorCapabilities.cs (1)
14
public virtual bool
AllowMultiple
=> true;
1 reference to AllowMultiple
vstest.console.arm64 (1)
parent\vstest.console\CommandLine\Executor.cs (1)
364
if (processor.Metadata.Value.
AllowMultiple
)