3 writes to _count
System.Web (3)
HttpApplication.cs (3)
2955
_count
= 0;
2962
_count
= 0;
2978
_count
++;
2 references to _count
System.Web (2)
HttpApplication.cs (2)
2970
return
_count
;
2982
for (int i = 0; i <
_count
; i++) {