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