5 references to FormatMissingOption
GetDocument.Insider (5)
Commands\GetDocumentCommand.cs (2)
45throw new CommandException(Resources.FormatMissingOption(_fileListPath.LongName)); 50throw new CommandException(Resources.FormatMissingOption(_output.LongName));
Commands\ProjectCommandBase.cs (3)
36throw new CommandException(Resources.FormatMissingOption(AssemblyPath.LongName)); 41throw new CommandException(Resources.FormatMissingOption(ProjectName.LongName)); 46throw new CommandException(Resources.FormatMissingOption(ToolsDirectory.LongName));