2 references to _pipelineCompletedQueue
System.Web (2)
RootedObjects.cs (2)
126
return
_pipelineCompletedQueue
.Enqueue(target);
139
_pipelineCompletedQueue
.FireAndComplete(disposable => disposable.Dispose());