1 instantiation of CommandLine
xunit.console (1)
CommandLine.cs (1)
113=> new CommandLine(args);
3 references to CommandLine
xunit.console (3)
CommandLine.cs (1)
112public static CommandLine Parse(params string[] args)
ConsoleRunner.cs (2)
20CommandLine commandLine; 34commandLine = CommandLine.Parse(args);