2 writes to _inIndicateCompletionCount
System.Web (2)
Hosting\IPipelineRuntime.cs (2)
623Interlocked.Increment(ref _inIndicateCompletionCount); 629Interlocked.Decrement(ref _inIndicateCompletionCount);
1 reference to _inIndicateCompletionCount
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
274while (!s_StopProcessingCalled || _inIndicateCompletionCount > 0) {