3 references to CommandLineInputFile
SuperFileCheck (3)
Program.cs (3)
543Console.Error.WriteLine($"{CommandLineInputFile} is required."); 558Console.WriteLine($" --csharp - A {CommandLineInputFile} is required."); 683var hasInputFile = args.Any(x => x.Equals(CommandLineInputFile));