9 references to HasValue
Swaggatherer (9)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100return HasValue() ? Values[0] : null;
SwaggathererApplication.cs (8)
40if (!Input.HasValue() && !InputDirectory.HasValue()) 46if (Input.HasValue() && InputDirectory.HasValue()) 52if (!Output.HasValue()) 57if (InputDirectory.HasValue()) 160Method = HttpMethods.HasValue() ? method.Name.ToString() : null, 202if (HttpMethods.HasValue() &&