4 writes to InIndicateCompletion
System.Web (4)
Hosting\IPipelineRuntime.cs (3)
622context.InIndicateCompletion = true; 641context.InIndicateCompletion = false; 654context.InIndicateCompletion = false;
HttpRuntime.cs (1)
1595context.InIndicateCompletion = false;
7 references to InIndicateCompletion
System.Web (7)
Hosting\IPipelineRuntime.cs (5)
552if (context.InIndicateCompletion 555while (context.InIndicateCompletion) { 619if (!context.InIndicateCompletion && context.IndicateCompletionContext != null) { 634if (!threadContext.HasBeenDisassociatedFromThread || context.InIndicateCompletion) { 647if (!threadContext.HasBeenDisassociatedFromThread || context.InIndicateCompletion) {
HttpApplication.cs (2)
4114if (context.InIndicateCompletion && context.ThreadInsideIndicateCompletion == Thread.CurrentThread) { 4250if (context.InIndicateCompletion) {