2 writes to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
351
_requestRejectedException
= null;
1414
_requestRejectedException
= ex;
8 references to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\HttpProtocol.cs (7)
613
if (
_requestRejectedException
!= null)
743
if (
_requestRejectedException
== null)
776
if (!_connectionAborted &&
_requestRejectedException
== null && !messageBody.IsEmpty)
1023
Debug.Assert(
_requestRejectedException
!= null);
1043
if (
_requestRejectedException
!= null || _applicationException != null)
1055
if (
_requestRejectedException
!= null)
1057
SetErrorResponseException(
_requestRejectedException
);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
246
get =>
_requestRejectedException
;