6 writes to index
System (6)
compmod\system\collections\generic\linkedlist.cs (6)
486index = 0; 499index = 0; 523index = list.Count + 1; 527++index; 543index = 0; 573index = siInfo.GetInt32(IndexName);
6 references to index
System (6)
compmod\system\collections\generic\linkedlist.cs (6)
509if( index == 0 || (index == list.Count + 1)) { 558info.AddValue(IndexName, index); 579if( index == list.Count + 1) { // end of enumeration 586if( node != null && index != 0) { 587for(int i =0; i< index; i++) {