5 references to GetArgumentsDictionary
datacollector (1)
DataCollectorMain.cs (1)
79
var argsDictionary = CommandLineArgumentsHelper.
GetArgumentsDictionary
(args);
datacollector.arm64 (1)
src\vstest\src\datacollector\DataCollectorMain.cs (1)
79
var argsDictionary = CommandLineArgumentsHelper.
GetArgumentsDictionary
(args);
testhost (1)
src\vstest\src\testhost.x86\Program.cs (1)
62
var argsDictionary = CommandLineArgumentsHelper.
GetArgumentsDictionary
(args);
testhost.arm64 (1)
src\vstest\src\testhost.x86\Program.cs (1)
62
var argsDictionary = CommandLineArgumentsHelper.
GetArgumentsDictionary
(args);
testhost.x86 (1)
Program.cs (1)
62
var argsDictionary = CommandLineArgumentsHelper.
GetArgumentsDictionary
(args);