2 writes to _preventRequestAbortedCancellation
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
415
_preventRequestAbortedCancellation
= false;
528
_preventRequestAbortedCancellation
= true;
3 references to _preventRequestAbortedCancellation
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (3)
288
if (
_preventRequestAbortedCancellation
)
475
if (_abortedCts != null && !
_preventRequestAbortedCancellation
)
502
shouldScheduleCancellation = _abortedCts != null && !
_preventRequestAbortedCancellation
;