2 writes to _siInfo
System.Collections (2)
System\Collections\Generic\LinkedList.cs (2)
46
_siInfo
= info;
374
_siInfo
= null;
4 references to _siInfo
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
347
if (
_siInfo
== null)
352
int realVersion =
_siInfo
.GetInt32(VersionName);
353
int count =
_siInfo
.GetInt32(CountName);
357
T[]? array = (T[]?)
_siInfo
.GetValue(ValuesName, typeof(T[]));