1 write to _values
System.Private.Windows.Core (1)
System\Collections\Generic\ListConverter.cs (1)
22
_values
= values;
2 references to _values
System.Private.Windows.Core (2)
System\Collections\Generic\ListConverter.cs (2)
26
public TOut this[int index] => _converter((TIn)
_values
[index]!);
28
public int Count =>
_values
.Count;