1 write to Value
System.CommandLine (1)
Binding\ArgumentConversionResult.cs (1)
27Value = value;
7 references to Value
System.CommandLine (7)
Binding\ArgumentConverter.cs (5)
103values[i] = result.Value; 107values.Add(result.Value); 191ArgumentConversionResultType.Successful when !toType.IsInstanceOfType(conversionResult.Value) => 194conversionResult.Value), 207ArgumentConversionResultType.Successful => (T)result.Value!,
Parsing\ParseDiagramAction.cs (2)
89switch (conversionResult.Value) 105builder.Append(conversionResult.Value);