2 writes to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
352_requestRejectedException = null; 1405_requestRejectedException = ex;
8 references to _requestRejectedException
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\HttpProtocol.cs (7)
615if (_requestRejectedException != null) 737if (_requestRejectedException == null) 770if (!_connectionAborted && _requestRejectedException == null && !messageBody.IsEmpty) 1017Debug.Assert(_requestRejectedException != null); 1037if (_requestRejectedException != null || _applicationException != null) 1049if (_requestRejectedException != null) 1051SetErrorResponseException(_requestRejectedException);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
246get => _requestRejectedException;