2 references to _pipelineCompletedQueue
System.Web (2)
HttpContext.cs (2)
648
return
_pipelineCompletedQueue
.Enqueue(target);
657
_pipelineCompletedQueue
.FireAndComplete(disposable => disposable.Dispose());