2 writes to _preventRequestAbortedCancellation
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
417_preventRequestAbortedCancellation = false; 530_preventRequestAbortedCancellation = true;
3 references to _preventRequestAbortedCancellation
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (3)
289if (_preventRequestAbortedCancellation) 477if (_abortedCts != null && !_preventRequestAbortedCancellation) 504shouldScheduleCancellation = _abortedCts != null && !_preventRequestAbortedCancellation;