1 write to _listCtor
System.CommandLine (1)
Binding\ArgumentConverter.DefaultValues.cs (1)
28_listCtor = listCtor = typeof(List<>).GetConstructor(Type.EmptyTypes)!;
1 reference to _listCtor
System.CommandLine (1)
Binding\ArgumentConverter.DefaultValues.cs (1)
24ConstructorInfo? listCtor = _listCtor;