5 writes to CommandLine
xunit.console (5)
Utility\TransformFactory.cs (5)
26
CommandLine
= "xml",
32
CommandLine
= "xmlv1",
38
CommandLine
= "html",
44
CommandLine
= "nunit",
50
CommandLine
= "junit",
2 references to CommandLine
xunit.console (2)
CommandLine.cs (1)
473
if (TransformFactory.AvailableTransforms.Any(t => t.
CommandLine
.Equals(optionName, StringComparison.OrdinalIgnoreCase)))
ConsoleRunner.cs (1)
257
transform => Console.WriteLine($" -{$"{transform.
CommandLine
} <filename>".PadRight(21).Substring(0, 21)} : {transform.Description}")