5 references to HasValue
dotnet-sql-cache (5)
Program.cs (4)
71var reporter = CreateReporter(verbose.HasValue()); 113var reporter = CreateReporter(verbose.HasValue()); 124_idempotent = idempotentOption.HasValue(); 125if (outputOption.HasValue())
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100return HasValue() ? Values[0] : null;