5 instantiations of VSTestArgumentConverter
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
130
List<string> convertedArgs = new
VSTestArgumentConverter
().Convert(args, out List<string> ignoredArgs);
dotnet.Tests (4)
CommandTests\VSTest\VSTestArgumentConverterTests.cs (4)
19
List<string> convertedArgs = new
VSTestArgumentConverter
().Convert(args, out List<string> ignoredArgs);
33
List<string> convertedArgs = new
VSTestArgumentConverter
().Convert(args, out List<string> ignoredArgs);
48
List<string> convertedArgs = new
VSTestArgumentConverter
().Convert(args, out List<string> ignoredArgs);
60
new
VSTestArgumentConverter
().Invoking(i => i.Convert(args, out _))