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