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