2 writes to siInfo
System (2)
compmod\system\collections\generic\linkedlist.cs (2)
51siInfo = info; 322siInfo=null;
5 references to siInfo
System (5)
compmod\system\collections\generic\linkedlist.cs (5)
300if (siInfo==null) { 304int realVersion = siInfo.GetInt32(VersionName); 305int count = siInfo.GetInt32(CountName); 308T[] array = (T[]) siInfo.GetValue(ValuesName, typeof(T[])); 575if( list.siInfo != null) {