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