3 writes to siInfo
System (3)
compmod\system\collections\generic\sortedset.cs (3)
2182siInfo = null; 2199siInfo = null; 2212this.siInfo = info;
6 references to siInfo
System (6)
compmod\system\collections\generic\sortedset.cs (6)
2236if (siInfo == null) { 2240tree = (SortedSet<T>)siInfo.GetValue(TreeName, typeof(SortedSet<T>)); 2241version = siInfo.GetInt32(EnumVersionName); 2242reverse = siInfo.GetBoolean(ReverseName); 2243bool EnumStarted = siInfo.GetBoolean(EnumStartName); 2247T item = (T)siInfo.GetValue(NodeValueName, typeof(T));