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