4 writes to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (4)
368_applicationException = null; 1469_applicationException = ex; 1473_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1477_applicationException = new AggregateException(_applicationException, ex);
9 references to _applicationException
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
704if (!HasResponseStarted && _applicationException == null && _onStarting?.Count > 0) 790application.DisposeContext(context, _applicationException); 1030if (_applicationException != null) 1060if (_requestRejectedException != null || _applicationException != null) 1412throw new ObjectDisposedException(CoreStrings.UnhandledApplicationException, _applicationException); 1467if (_applicationException == null) 1471else if (_applicationException is AggregateException) 1473_applicationException = new AggregateException(_applicationException, ex).Flatten(); 1477_applicationException = new AggregateException(_applicationException, ex);