2 writes to siInfo
System.Collections (2)
System\Collections\Generic\SortedSet.cs (2)
131protected SortedSet(SerializationInfo info, StreamingContext context) => siInfo = info; 1587siInfo = null;
5 references to siInfo
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
1558if (siInfo == null) 1563comparer = (IComparer<T>)siInfo.GetValue(ComparerName, typeof(IComparer<T>))!; 1564int savedCount = siInfo.GetInt32(CountName); 1568T[]? items = (T[]?)siInfo.GetValue(ItemsName, typeof(T[])); 1581version = siInfo.GetInt32(VersionName);