4 writes to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (4)
351_applicationException = null; 1443_applicationException = ex; 1447_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1451_applicationException = new AggregateException(_applicationException, ex);
9 references to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
689if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 767application.DisposeContext(context, _applicationException); 1007if (_applicationException != null) 1037if (_requestRejectedException != null || _applicationException != null) 1386throw new ObjectDisposedException(CoreStrings.UnhandledApplicationException, _applicationException); 1441if (_applicationException == null) 1445else if (_applicationException is AggregateException) 1447_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1451_applicationException = new AggregateException(_applicationException, ex);