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