2 references to ValuesName
System.Collections (2)
System\Collections\Generic\LinkedList.cs (2)
341
info.AddValue(
ValuesName
, array, typeof(T[]));
357
T[]? array = (T[]?)_siInfo.GetValue(
ValuesName
, typeof(T[]));