3 references to ItemsName
System (3)
compmod\system\collections\generic\sortedset.cs (3)
2037T[] items = (T[])siInfo.GetValue(ItemsName, typeof(T[])); 2088info.AddValue(ItemsName, items, typeof(T[])); 2109T[] items = (T[])siInfo.GetValue(ItemsName, typeof(T[]));