4 writes to siInfo
System (4)
compmod\system\collections\generic\sortedset.cs (4)
182siInfo = info; 1769siInfo = info; 2055siInfo = null; 2124siInfo = null;
14 references to siInfo
System (14)
compmod\system\collections\generic\sortedset.cs (14)
2024if (siInfo == null) { 2028comparer = (IComparer<T>)siInfo.GetValue(ComparerName, typeof(IComparer<T>)); 2029int savedCount = siInfo.GetInt32(CountName); 2030max = (T)siInfo.GetValue(maxName, typeof(T)); 2031min = (T)siInfo.GetValue(minName, typeof(T)); 2032lBoundActive = siInfo.GetBoolean(lBoundActiveName); 2033uBoundActive = siInfo.GetBoolean(uBoundActiveName); 2037T[] items = (T[])siInfo.GetValue(ItemsName, typeof(T[])); 2047underlying.version = siInfo.GetInt32(VersionName); 2101if (siInfo == null) { 2105comparer = (IComparer<T>)siInfo.GetValue(ComparerName, typeof(IComparer<T>)); 2106int savedCount = siInfo.GetInt32(CountName); 2109T[] items = (T[])siInfo.GetValue(ItemsName, typeof(T[])); 2120version = siInfo.GetInt32(VersionName);