7 references to HasValue
dotnet-getdocument (7)
ProjectOptions.cs (3)
34if (!AssemblyPath.HasValue()) 39if (!ProjectName.HasValue()) 44if (!TargetFramework.HasValue())
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100return HasValue() ? Values[0] : null;
src\Tools\GetDocumentInsider\src\Commands\CommandBase.cs (3)
35IsQuiet = quiet.HasValue(); 36IsVerbose = verbose.HasValue() || CliContext.IsGlobalVerbose(); 37ReporterExtensions.PrefixOutput = prefixOutput.HasValue();