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)
26public TOut this[int index] => _converter((TIn)_values[index]!); 28public int Count => _values.Count;