3 writes to list
System (3)
compmod\system\collections\generic\linkedlist.cs (3)
482
this.
list
= list;
495
list
= null;
570
list
= (LinkedList<T>)siInfo.GetValue(LinkedListName, typeof(LinkedList<T>));
13 references to list
System (13)
compmod\system\collections\generic\linkedlist.cs (13)
509
if( index == 0 || (index ==
list
.Count + 1)) {
518
if (version !=
list
.version) {
523
index =
list
.Count + 1;
530
if (node ==
list
.head) {
537
if (version !=
list
.version) {
542
node =
list
.head;
555
info.AddValue(LinkedListName,
list
);
562
if (
list
!= null) {
575
if(
list
.siInfo != null) {
576
list
.OnDeserialization(sender);
579
if( index ==
list
.Count + 1) { // end of enumeration
583
node =
list
.First;
590
if( node ==
list
.First) {