6 references to HasValue
dotnet-openapi (6)
Commands\BaseCommand.cs (5)
69
if (GetApplication().Help.
HasValue
())
98
if (projectOption.
HasValue
())
269
if (fileOption.
HasValue
())
413
if (codeGeneratorOption.
HasValue
())
427
if (codeGeneratorOption.
HasValue
())
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100
return
HasValue
() ? Values[0] : null;