1 write to _totalInvocationCount
System.Web (1)
Util\AppVerifier.cs (1)
717
_totalInvocationCount
++;
3 references to _totalInvocationCount
System.Web (3)
Util\AppVerifier.cs (3)
706
get { return
_totalInvocationCount
; }
711
totalInvocationCount =
_totalInvocationCount
;
721
return
_totalInvocationCount
;