8 references to HasValue
rzc (8)
CommandLine\CommandOption.cs (1)
98
return
HasValue
() ? Values[0] : null;
GenerateCommand.cs (5)
197
if (GenerateDeclaration.
HasValue
())
203
if (SupportLocalizedComponentNames.
HasValue
())
208
if (RootNamespace.
HasValue
())
214
if (CSharpLanguageVersion.
HasValue
())
233
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
())