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