1 implementation of ShortCommandName
vstest.console (1)
Processors\Utilities\BaseArgumentProcessorCapabilities.cs (1)
29public virtual string? ShortCommandName => null;
2 references to ShortCommandName
vstest.console (2)
Processors\Utilities\ArgumentProcessorFactory.cs (2)
244if (!argumentProcessor.Metadata.Value.ShortCommandName.IsNullOrEmpty()) 246string shortCommandName = argumentProcessor.Metadata.Value.ShortCommandName;