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