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)
347if (_siInfo == null) 352int realVersion = _siInfo.GetInt32(VersionName); 353int count = _siInfo.GetInt32(CountName); 357T[]? array = (T[]?)_siInfo.GetValue(ValuesName, typeof(T[]));