2 writes to _pendingCount
System.Web (2)
LegacyAspNetSynchronizationContext.cs (2)
153
Interlocked.Increment(ref
_pendingCount
);
166
int pendingCount = Interlocked.Decrement(ref
_pendingCount
);
5 references to _pendingCount
System.Web (5)
LegacyAspNetSynchronizationContext.cs (5)
82
get { return
_pendingCount
; }
101
if (
_pendingCount
!= 0) {
103
if (
_pendingCount
!= 0) {
148
if (_invalidOperationEncountered || (_disabled &&
_pendingCount
== 0)) {
161
if (_invalidOperationEncountered || (_disabled &&
_pendingCount
== 0)) {