8 references to HasValue
rzc (8)
CommandLine\CommandOption.cs (1)
98
return
HasValue
() ? Values[0] : null;
GenerateCommand.cs (5)
196
if (GenerateDeclaration.
HasValue
())
202
if (SupportLocalizedComponentNames.
HasValue
())
207
if (RootNamespace.
HasValue
())
213
if (CSharpLanguageVersion.
HasValue
())
232
var isGeneratingDeclaration = GenerateDeclaration.
HasValue
();
ServerCommand.cs (1)
96
if (KeepAlive.
HasValue
() && int.TryParse(KeepAlive.Value(), out var result))
ShutdownCommand.cs (1)
55
if (Wait.
HasValue
())