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