3 references to _onSendingHeadersSubscriptionQueue
System.Web (3)
HttpResponse.cs (3)
2263return _onSendingHeadersSubscriptionQueue.Enqueue(callback); 3395if (sendHeaders && !_onSendingHeadersSubscriptionQueue.IsEmpty) { 3396_onSendingHeadersSubscriptionQueue.FireAndComplete(cb => cb(Context));