2 writes to index
System.Data.Linq (2)
Types.cs (2)
693
e.
index
= -1;
751
index
++;
2 references to index
System.Data.Linq (2)
Types.cs (2)
750
if (
index
== endIndex) return false;
756
get { return items[
index
]; }