3 references to ConvertToken
System.CommandLine (3)
Binding\ArgumentConverter.cs (3)
20return ConvertToken(argumentResult, type, singleValue); 47return ConvertToken(argumentResult, nullableType, token); 96var result = ConvertToken(argumentResult, itemType, token);