2 writes to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
345_requestRejectedException = null; 1408_requestRejectedException = ex;
8 references to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\HttpProtocol.cs (7)
608if (_requestRejectedException != null) 730if (_requestRejectedException == null) 763if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1010Debug.Assert(_requestRejectedException != null); 1030if (_requestRejectedException != null || _applicationException != null) 1042if (_requestRejectedException != null) 1044SetErrorResponseException(_requestRejectedException);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
246get => _requestRejectedException;