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