9 references to HasValue
GetDocument.Insider (9)
Commands\CommandBase.cs (3)
35IsQuiet = quiet.HasValue(); 36IsVerbose = verbose.HasValue() || CliContext.IsGlobalVerbose(); 37ReporterExtensions.PrefixOutput = prefixOutput.HasValue();
Commands\GetDocumentCommand.cs (2)
43if (!_fileListPath.HasValue()) 48if (!_output.HasValue())
Commands\ProjectCommandBase.cs (3)
34if (!AssemblyPath.HasValue()) 39if (!ProjectName.HasValue()) 44if (!ToolsDirectory.HasValue())
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100return HasValue() ? Values[0] : null;