2 writes to ThreadInsideIndicateCompletion
System.Web (2)
Hosting\IPipelineRuntime.cs (2)
624
context.
ThreadInsideIndicateCompletion
= Thread.CurrentThread;
628
context.
ThreadInsideIndicateCompletion
= null;
3 references to ThreadInsideIndicateCompletion
System.Web (3)
Hosting\IPipelineRuntime.cs (1)
553
&& context.
ThreadInsideIndicateCompletion
!= Thread.CurrentThread
HttpApplication.cs (2)
4114
if (context.InIndicateCompletion && context.
ThreadInsideIndicateCompletion
== Thread.CurrentThread) {
4281
if (context.
ThreadInsideIndicateCompletion
== Thread.CurrentThread) {