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