5 references to Hex
Microsoft.TemplateEngine.Cli (5)
CliTemplateParameter.cs (4)
161
if (Type == ParameterType.
Hex
)
230
ParameterType.
Hex
=> new Option<long>(name)
292
ParameterType.
Hex
=> "hex",
308
"hex" => ParameterType.
Hex
,
Commands\create\TemplateCommandArgs.cs (1)
118
if (parameter.Type == ParameterType.
Hex
&& optionResult.Option is Option<long>)