3 writes to next
Mono.Cecil (3)
Mono.Collections.Generic\Collection.cs (3)
388 current = collection.items [next++]; 392 next = -1; 400 next = 0;
3 references to next
Mono.Cecil (3)
Mono.Collections.Generic\Collection.cs (3)
366 if (next <= 0) 384 if (next < 0) 387 if (next < collection.size) {