3 writes to siInfo
System (3)
compmod\system\collections\generic\linkedlist.cs (3)
488siInfo = null; 494siInfo = info; 595siInfo=null;
5 references to siInfo
System (5)
compmod\system\collections\generic\linkedlist.cs (5)
566if (siInfo==null) { 570list = (LinkedList<T>)siInfo.GetValue(LinkedListName, typeof(LinkedList<T>)); 571version = siInfo.GetInt32(VersionName); 572current = (T)siInfo.GetValue(CurrentValueName, typeof(T)); 573index = siInfo.GetInt32(IndexName);